We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90429ae commit e4ee294Copy full SHA for e4ee294
test/parallel/test-process-env-ignore-getter-setter.js
@@ -55,7 +55,7 @@ for(const attribute of attributes) {
55
' and enumerable data descriptor'
56
}
57
);
58
-};
+}
59
60
assert.strictEqual(process.env.goo, undefined);
61
Object.defineProperty(process.env, 'goo', {
0 commit comments