Files
DefinitelyTyped/_infrastructure
Masahiro Wakame f5e0efcc87 Fix latent bug it found by prev commit, avoid unexpected callback happen.
maxBuffer’s default is 200*1024 byte in Node.js require('child_process').exec
but…
$ node _infrastructure/tests/typescript/tsc.js --noImplicitAny threejs/three-tests.ts 2>&1 > /dev/null | wc
    1963   21628  291809
over 200KB, when exec method called callback function, but it is not completed yet. exitCode === undefined.
2013-11-21 19:59:41 +09:00
..