MCPcopy
hub / github.com/codeaashu/claude-code / error

Method error

src/server/web/public/terminal.js:5694–5697  ·  view source on GitHub ↗
(e3, ...t3)

Source from the content-addressed store, hash-verified

5692 }
5693 warn(e3, ...t3) {
5694 var _a;
5695 this._logLevel <= o.LogLevelEnum.WARN && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.warn.bind(this._optionsService.options.logger)) ?? console.warn, e3, t3);
5696 }
5697 error(e3, ...t3) {
5698 var _a;
5699 this._logLevel <= o.LogLevelEnum.ERROR && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.error.bind(this._optionsService.options.logger)) ?? console.error, e3, t3);
5700 }

Callers 11

createStderrLoggerFunction · 0.45
handlePluginCommandErrorFunction · 0.45
wireWsEventsMethod · 0.45
shutdownFunction · 0.45
_getJoinedRangesMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
rFunction · 0.45
setupRoutesMethod · 0.45

Calls 1

_logMethod · 0.80

Tested by

no test coverage detected