We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37535 commit 3aabed9Copy full SHA for 3aabed9
src/bootstrap/NodeBootstrapper.ts
@@ -13,7 +13,6 @@ export class NodeBootstrapper implements IBootstrapper {
13
public register(): void {
14
const beforeExit:string = 'beforeExit';
15
const uncaughtException:string = 'uncaughtException';
16
- var process, global: any;
17
18
if (!(typeof window === 'undefined' && typeof global !== 'undefined' && {}.toString.call(global) === '[object global]')) {
19
return;
0 commit comments