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 d87efcf commit 77ef529Copy full SHA for 77ef529
packages/node-experimental/src/integrations/anr/index.ts
@@ -175,5 +175,6 @@ async function _startWorker(
175
return () => {
176
// eslint-disable-next-line @typescript-eslint/no-floating-promises
177
worker.terminate();
178
+ clearInterval(timer);
179
};
180
}
0 commit comments