Skip to content

Commit

Permalink
#603 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 25, 2022
1 parent 532e3f2 commit 7dfc3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/java/org/eolang/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static void main(final String... args) throws Exception {
}
try {
Main.run(opts);
} catch (final ExFailure ex) {
} catch (final ExAbstract ex) {
Main.print(ex);
System.exit(1);
}
Expand Down

0 comments on commit 7dfc3fb

Please sign in to comment.