Skip to content

Commit

Permalink
fixup! edit error message
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jan 12, 2022
1 parent e51c4d2 commit c0f44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-worker-process-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (!workerData && process.argv[2] !== 'child') {
code: 'ERR_INVALID_OBJECT_DEFINE_PROPERTY',
name: 'TypeError',
message: '\'process.env\' only accepts a configurable, ' +
'writable and enumerable data descriptor'
'writable, and enumerable data descriptor'
}
);

Expand Down

0 comments on commit c0f44c5

Please sign in to comment.