mirror of https://github.com/lukechilds/node.git
Ryan Dahl
14 years ago
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
var common = require('../common'); |
|||
var bigish = Array(200); |
|||
|
|||
for (var i = 0, il = bigish.length; i < il; ++i) |
|||
bigish[i] = -1; |
|||
|
|||
common.spawnPwd({ customFds: bigish }); |
|||
|
Loading…
Reference in new issue