MCPcopy Create free account
hub / github.com/benfry/processing4 / complainAndQuit

Method complainAndQuit

java/src/processing/mode/java/Commander.java:318–324  ·  view source on GitHub ↗
(String lastWords, boolean schoolEmFirst)

Source from the content-addressed store, hash-verified

316
317
318 void complainAndQuit(String lastWords, boolean schoolEmFirst) {
319 if (schoolEmFirst) {
320 printCommandLine(systemErr);
321 }
322 systemErr.println(lastWords);
323 System.exit(1);
324 }
325
326
327 static void printCommandLine(PrintStream out) {

Callers 1

CommanderMethod · 0.95

Calls 3

printCommandLineMethod · 0.95
printlnMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected