MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / handleError

Method handleError

src/shared/services/tooling_daemon.ts:289–291  ·  view source on GitHub ↗
(e: Error)

Source from the content-addressed store, hash-verified

287 }
288
289 private handleError(e: Error) {
290 this.logger.error(`${e}`);
291 }
292
293 private logTraffic(message: string) {
294 this.logger.info(message);

Callers 2

connectMethod · 0.95
createProcessFunction · 0.45

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected