MCPcopy
hub / github.com/nestjs/nest / printError

Method printError

packages/core/router/legacy-route-converter.ts:67–69  ·  view source on GitHub ↗
(route: string)

Source from the content-addressed store, hash-verified

65 }
66
67 static printError(route: string): void {
68 this.logger.error(UNSUPPORTED_PATH_MESSAGE`${route}`);
69 }
70
71 static printWarning(route: string): void {
72 this.logger.warn(

Callers 4

mapToExcludeRouteFunction · 0.80
normalizePathMethod · 0.80

Calls 2

UNSUPPORTED_PATH_MESSAGEFunction · 0.85
errorMethod · 0.65

Tested by

no test coverage detected