summaryrefslogtreecommitdiff
path: root/test/fixtures/child_process_should_emit_error.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/child_process_should_emit_error.js')
-rw-r--r--test/fixtures/child_process_should_emit_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/child_process_should_emit_error.js b/test/fixtures/child_process_should_emit_error.js
index a777b6e876..8f79583907 100644
--- a/test/fixtures/child_process_should_emit_error.js
+++ b/test/fixtures/child_process_should_emit_error.js
@@ -1,4 +1,4 @@
-var exec = require('child_process').exec,
+var exec = require('child_process').exec,
puts = require('sys').puts;
[0, 1].forEach(function(i) {