diff --git a/lib/utils.js b/lib/utils.js index 23a7f2f7..9f687f7f 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -645,7 +645,7 @@ function buildSafeSonicBoom (opts) { const stream = new SonicBoom(opts) stream.on('error', filterBrokenPipe) // if we are sync: false, we must flush on exit - // NODE_V8_COVERAGE must breaks everything + // NODE_V8_COVERAGE must breaks everything // https://github.com/nodejs/node/issues/49344 if (!process.env.NODE_V8_COVERAGE && !opts.sync && isMainThread) { setupOnExit(stream)