MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / log

Method log

env/env.js:443–445  ·  view source on GitHub ↗
(...t)

Source from the content-addressed store, hash-verified

441 }
442 }
443 log(...t) {
444 t.length > 0 && (this.logs = [...this.logs, ...t]), console.log(t.join(this.logSeparator))
445 }
446 logErr(t, e) {
447 switch (this.getEnv()) {
448 case 'Surge':

Callers 9

SurgeModuleTool.jsFile · 0.45
updateFunction · 0.45
preview.jsFile · 0.45
evalFnFunction · 0.45
reqFnFunction · 0.45
service.jsFile · 0.45
msgMethod · 0.45
logErrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected