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 800de09 commit 52520baCopy full SHA for 52520ba
packages/node/src/integrations/utils/errorhandling.ts
@@ -17,7 +17,6 @@ export function logAndExitProcess(error: Error): void {
17
if (client === undefined) {
18
logger.warn('No NodeClient was defined, we are exiting the process now.');
19
global.process.exit(1);
20
- return;
21
}
22
23
const options = client.getOptions();
0 commit comments