Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
process: fix coverage generation
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.
  • Loading branch information
evanlucas committed Dec 13, 2017
commit 45159ee0ceb7f31f6ba7186b6123e7523c4ea81f
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