Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mapToExcludeRoute
Function · 0.80
createMiddlewareFactory
Method · 0.80
normalizePath
Method · 0.80
createMiddlewareFactory
Method · 0.80
Calls
2
UNSUPPORTED_PATH_MESSAGE
Function · 0.85
error
Method · 0.65
Tested by
no test coverage detected