Skip to content

Commit

Permalink
remove debug System.exit() Doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes committed Apr 28, 2020
1 parent c446490 commit 993bf3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ public static List<BytecodeInstruction> parseInstructions(final String bytecode)
else
{
logger.error("could not parse bytecode: '" + line + "'");
System.exit(-1);
}
}
catch (Exception e)
Expand Down

0 comments on commit 993bf3e

Please sign in to comment.