mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-04-13 09:31:28 +00:00
Fix unknown rev not exiting with error code
This commit is contained in:
parent
19d26b6581
commit
777d69d0a6
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ public class Builder
|
||||||
{
|
{
|
||||||
System.err.println( "Could not get version " + askedVersion + " does it exist? Try another version or use 'latest'" );
|
System.err.println( "Could not get version " + askedVersion + " does it exist? Try another version or use 'latest'" );
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
|
System.exit( 1 );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
System.out.println( "Found version" );
|
System.out.println( "Found version" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue