We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5ed69 commit b84fb82Copy full SHA for b84fb82
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