MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / error

Method error

UnLuac/src/unluac/Main.java:119–127  ·  view source on GitHub ↗
(String err, boolean usage)

Source from the content-addressed store, hash-verified

117 }
118
119 public static void error(String err, boolean usage) {
120 System.err.println("unluac v" + version);
121 System.err.print(" error: ");
122 System.err.println(err);
123 if(usage) {
124 System.err.println(" usage: java -jar unluac.jar [options] <file>");
125 }
126 System.exit(1);
127 }
128
129 private static LFunction file_to_function(String fn, Configuration config) throws IOException {
130 RandomAccessFile file = null;

Callers 2

mainMethod · 0.95
getOutputMethod · 0.95

Calls 2

printlnMethod · 0.65
printMethod · 0.65

Tested by

no test coverage detected