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

Method debug

src/main/java/org/dynjs/runtime/modules/UtilModule.java:30–33  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

28 }
29
30 @Export
31 public void debug(String message) {
32 System.err.println(message);
33 }
34
35 @Export
36 public void error(Object... args) {

Callers 1

errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected