We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d5bd7 commit 161f879Copy full SHA for 161f879
src/main/resources/com/typesafe/sbt/packager/archetypes/bat-template
@@ -137,8 +137,6 @@ if defined CUSTOM_MAIN_CLASS (
137
138
rem Call the application and pass all arguments unchanged.
139
"%_JAVACMD%" !_JAVA_OPTS! !@@APP_ENV_NAME@@_OPTS! -cp "%APP_CLASSPATH%" %MAIN_CLASS% !_APP_ARGS!
140
-if ERRORLEVEL 1 goto error
141
-goto end
142
143
@endlocal
144
0 commit comments