Skip to content

Commit

Permalink
process: fix coverage generation
Browse files Browse the repository at this point in the history
e8a26e7 added `process` to the
internal module wrapper. This broke the utility used to write
coverage information due to a SyntaxError that `process` had
already been declared.

PR-URL: nodejs#17651
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
evanlucas authored and addaleax committed Dec 13, 2017
1 parent 6c1a04b commit 9f61c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/process/write-coverage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
const process = require('process');
const path = require('path');
const { mkdirSync, writeFileSync } = require('fs');

Expand Down

0 comments on commit 9f61c70

Please sign in to comment.