Skip to content

Commit

Permalink
fixup! dummystream on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Apr 3, 2016
1 parent 6e98880 commit f1993fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/process/stdio.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function setupStdio() {
}

function createWritableDummyStream(fd) {
var DummyStream = NativeModule.require('dummystream');
var DummyStream = require('dummystream');
var stream = new DummyStream();
stream.fd = fd;

Expand Down

0 comments on commit f1993fc

Please sign in to comment.