Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
connect
Method · 0.95
createProcess
Function · 0.45
Calls
1
error
Method · 0.65
Tested by
no test coverage detected