Skip to content

Commit 161f879

Browse files
committed
Removing error code. See git miss explanation in #502
1 parent e2d5bd7 commit 161f879

File tree

1 file changed

+0
-2
lines changed
  • src/main/resources/com/typesafe/sbt/packager/archetypes

1 file changed

+0
-2
lines changed

src/main/resources/com/typesafe/sbt/packager/archetypes/bat-template

-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ if defined CUSTOM_MAIN_CLASS (
137137

138138
rem Call the application and pass all arguments unchanged.
139139
"%_JAVACMD%" !_JAVA_OPTS! !@@APP_ENV_NAME@@_OPTS! -cp "%APP_CLASSPATH%" %MAIN_CLASS% !_APP_ARGS!
140-
if ERRORLEVEL 1 goto error
141-
goto end
142140

143141
@endlocal
144142

0 commit comments

Comments
 (0)