(String lastWords, boolean schoolEmFirst)
| 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) { |
no test coverage detected