We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d665b19 commit 4a00eb7Copy full SHA for 4a00eb7
build.js
@@ -11,7 +11,7 @@ var coffee = path.resolve(path.join('node_modules', '.bin', 'coffee'));
11
12
function run(command, callback) {
13
console.log(command);
14
- child_process.exec(command, callback);
+ child_process.exec(command, { maxBuffer: 25 * 1024 * 1024 }, callback);
15
}
16
17
// Use browserify to package up source-map-support.js
0 commit comments