Skip to content

Commit

Permalink
last experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 6, 2024
1 parent 75f9224 commit 458e278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fixtures/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const sleep = async (ms: number) =>
clearTimeout(id);
resolve(true);
}, ms);
id.unref();
});

type InObj = {
Expand Down

0 comments on commit 458e278

Please sign in to comment.