MCPcopy Create free account
hub / github.com/ClydeTime/Surge / log

Method log

Script/Env.js:540–545  ·  view source on GitHub ↗
(...logs)

Source from the content-addressed store, hash-verified

538 }
539
540 log(...logs) {
541 if (logs.length > 0) {
542 this.logs = [...this.logs, ...logs]
543 }
544 console.log(logs.join(this.logSeparator))
545 }
546
547 logErr(err, msg) {
548 switch (this.platform()) {

Callers 3

constructorMethod · 0.45
logErrMethod · 0.45
doneMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected