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 f078a3b commit 164b1f2Copy full SHA for 164b1f2
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