Skip to content

Commit

Permalink
プロセス終了コードの追記
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Mar 24, 2018
1 parent b26ca15 commit e836875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/net/rkoubou/kspparser/KSPSyntaxParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ static public void main( String[] args ) throws Throwable
ASTRootNode rootNode = p.analyzeSyntax();
if( rootNode == null || AnalyzeErrorCounter.hasError() )
{
System.exit( 1 );
return;
}

Expand Down

0 comments on commit e836875

Please sign in to comment.