We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344d54d commit ee1d372Copy full SHA for ee1d372
1 file changed
source/Main.java
@@ -54,7 +54,6 @@ public Main()
54
55
CommonRails.printSystemComponent(this, this.hashCode(),". National NitroExpress™ Web Engine Starting .");
56
57
- // Re-order and print captured startup entries, then continue with normal startup
58
try
59
{
60
NationalDriver.printCorrectedOrder();
@@ -63,7 +62,7 @@ public Main()
63
62
}
64
catch (Throwable t)
65
66
- // best-effort: continue startup even if reordering fails
+ t.printStackTrace(System.err);
67
68
69
NitroWebExpress nitro = new NitroWebExpress(Main.WEBEXPRESS_PORT, Main.WEBEXPRESS_HOSTNAME, Main.WEB_EXPRESS_SERVER_THREADNAME);
0 commit comments