Skip to content

Commit 4cb8337

Browse files
committed
Fox linter error.
1 parent c0777b0 commit 4cb8337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/launcher/java/org/truffleruby/launcher/RubyLauncher.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ private int runRubyMain(Context.Builder contextBuilder, CommandLineOptions confi
234234
Metrics.printTime("after-run");
235235
return exitCode;
236236
} catch (PolyglotException e) {
237-
System.err.println("truffleruby: an exception escaped out of the interpreter - this is an implementation bug");
237+
System.err.println(
238+
"truffleruby: an exception escaped out of the interpreter - this is an implementation bug");
238239
e.printStackTrace();
239240
return 1;
240241
}

0 commit comments

Comments
 (0)