summaryrefslogtreecommitdiff
path: root/test/parallel/test-child-process-windows-hide.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-child-process-windows-hide.js')
-rw-r--r--test/parallel/test-child-process-windows-hide.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-child-process-windows-hide.js b/test/parallel/test-child-process-windows-hide.js
index 67ed18d733..42bca6471c 100644
--- a/test/parallel/test-child-process-windows-hide.js
+++ b/test/parallel/test-child-process-windows-hide.js
@@ -19,7 +19,7 @@ internalCp.ChildProcess.prototype.spawn = common.mustCall(function(options) {
}, 2);
internalCp.spawnSync = common.mustCall(function(options) {
- assert.strictEqual(options.options.windowsHide, true);
+ assert.strictEqual(options.windowsHide, true);
return originalSpawnSync.apply(this, arguments);
});