standardize by hand
This commit is contained in:
parent
cfdfdc8ccc
commit
e6698102c9
13 changed files with 34 additions and 33 deletions
|
@ -46,7 +46,7 @@ if (process.platform === 'win32') {
|
|||
|
||||
// Always returns EOF for stdin stream.
|
||||
var Readable = require('stream').Readable
|
||||
var stdin = new Readable
|
||||
var stdin = new Readable()
|
||||
stdin.push(null)
|
||||
process.__defineGetter__('stdin', function () {
|
||||
return stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue