Skip to content

Commit

Permalink
ignoring some missed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 26, 2020
1 parent c2d7844 commit 585756c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/buffered-runner.js
Expand Up @@ -115,6 +115,7 @@ class BufferedRunner extends Runner {
callback(exitCode);
} catch (err) {
// this is an "unknown" error; probably from 3p code
/* istanbul ignore next */
process.nextTick(() => {
throw err;
});
Expand Down

0 comments on commit 585756c

Please sign in to comment.