MCPcopy 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

addMsWindowMethod · 0.80
logAsyncExceptionFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected