Skip to content

Commit

Permalink
Update test/parallel/test-net-server-simultaneous-accepts-produce-war…
Browse files Browse the repository at this point in the history
…ning-once.js
  • Loading branch information
Trott committed Dec 24, 2021
1 parent 165544c commit 6b9fa28
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -16,5 +16,8 @@ process.on(
})
);

process.on('warning', mustCall(() => {
process.on('warning', mustNotCall());
}));
net._setSimultaneousAccepts();
net._setSimultaneousAccepts();

0 comments on commit 6b9fa28

Please sign in to comment.