Skip to content

Commit f1993fc

Browse files
committed
fixup! dummystream on win32
1 parent 6e98880 commit f1993fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/process/stdio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function setupStdio() {
124124
}
125125

126126
function createWritableDummyStream(fd) {
127-
var DummyStream = NativeModule.require('dummystream');
127+
var DummyStream = require('dummystream');
128128
var stream = new DummyStream();
129129
stream.fd = fd;
130130

0 commit comments

Comments
 (0)