We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7eb2e8 commit 767abe1Copy full SHA for 767abe1
dist/bin/scalac
@@ -130,4 +130,5 @@ eval "\"$JAVACMD\"" \
130
"${scala_args[@]}" \
131
"${residual_args[@]}" \
132
"${scripting_string-}"
133
-exit $?
+scala_exit_status=$?
134
+exit $scala_exit_status
0 commit comments