We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51c4d2 commit c0f44c5Copy full SHA for c0f44c5
test/parallel/test-worker-process-env.js
@@ -49,7 +49,7 @@ if (!workerData && process.argv[2] !== 'child') {
49
code: 'ERR_INVALID_OBJECT_DEFINE_PROPERTY',
50
name: 'TypeError',
51
message: '\'process.env\' only accepts a configurable, ' +
52
- 'writable and enumerable data descriptor'
+ 'writable, and enumerable data descriptor'
53
}
54
);
55
0 commit comments