Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Oct 3, 2023
1 parent 602be25 commit 0a64b2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/utils/build-safe-sonic-boom.js
Expand Up @@ -22,9 +22,6 @@ function buildSafeSonicBoom (opts) {
if (!process.env.NODE_V8_COVERAGE && !opts.sync && isMainThread) {
setupOnExit(stream)
}
if (!opts.sync && isMainThread) {
setupOnExit(stream)
}
return stream

function filterBrokenPipe (err) {
Expand Down

0 comments on commit 0a64b2a

Please sign in to comment.