MCPcopy
hub / github.com/microsoft/vscode-js-debug / error

Method error

src/typings/vscode.d.ts:7147–7147  ·  view source on GitHub ↗

* Outputs the given error or error message to the channel. * * The message is only logged if the channel is configured to display LogLevel.Error error log level or lower. * * @param error Error or error message to log

(error: string | Error, ...args: any[])

Source from the content-addressed store, hash-verified

7145 * @param error Error or error message to log
7146 */
7147 error(error: string | Error, ...args: any[]): void;
7148 }
7149
7150 /**

Callers 13

onUncaughtErrorFunction · 0.65
mainFunction · 0.65
setupCRAFunction · 0.65
startDevServerFunction · 0.65
index.tsFile · 0.65
dumpGoldenTextMethod · 0.65
launchMethod · 0.65
addRevisionMethod · 0.65
gatherTelemetryFromCdpFunction · 0.65
bootloader.tsFile · 0.65
inspectOrQueueFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected