Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.45
logErr
Method · 0.45
done
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected