Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/material-shell/material-shell
/ logWithStackTrace
Method
logWithStackTrace
src/utils/debug.ts:45–47 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
43
}
44
45
static logWithStackTrace(...args: any[]) {
46
this.log(...args,
new
Error().stack);
47
}
48
49
static log(...args: any[]) {
50
if
(!DEBUG || FOCUS_ONLY)
return
;
Callers
2
addMsWindow
Method · 0.80
logAsyncException
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected