MCPcopy Create free account
hub / github.com/dynjs/dynjs / logException

Method logException

src/main/java/org/dynjs/cli/Repl.java:119–123  ·  view source on GitHub ↗
(Throwable e)

Source from the content-addressed store, hash-verified

117 }
118
119 private void logException(Throwable e) {
120 log.write(e.getLocalizedMessage() + "\n");
121 e.printStackTrace(log);
122 log.write("\n");
123 }
124}

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected