You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exit code of the process should not be 0, so that the usage side can infer that an error happened. For reference, if the main method contains code that throws an exception, the exit code is 1.
Initial Analysis
CommandLineParser throws a ParserError, which is caught by the handler that MainProxies generates here, as documented here.
The text was updated successfully, but these errors were encountered:
Compiler version
3.2.0
Minimized code
fun.sc:
Output
Expectation
The exit code of the process should not be
0
, so that the usage side can infer that an error happened. For reference, if the main method contains code that throws an exception, the exit code is1
.Initial Analysis
CommandLineParser
throws aParserError
, which is caught by the handler thatMainProxies
generates here, as documented here.The text was updated successfully, but these errors were encountered: