Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ handleInitializationError
Method
handleInitializationError
packages/core/nest-factory.ts:256–261 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
254
}
255
256
private handleInitializationError(err: unknown) {
257
if
(this.abortOnError) {
258
process.abort();
259
}
260
rethrow(err);
261
}
262
263
private createProxy(target: any) {
264
const
proxy = this.createExceptionProxy();
Callers
1
initialize
Method · 0.95
Calls
1
rethrow
Function · 0.90
Tested by
no test coverage detected