aboutsummaryrefslogtreecommitdiff
path: root/test/pummel/test-child-process-spawn-loop.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-23 17:40:51 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-06-23 20:05:29 -0700
commitba792ea2020f38ebf84925e740b42823b739d0d3 (patch)
tree077e5f345ceaf6c752a2fddbea5d68199a6d572b /test/pummel/test-child-process-spawn-loop.js
parent4c21aa736f4ca631efd77203113bf879e3fe4987 (diff)
downloadandroid-node-v8-ba792ea2020f38ebf84925e740b42823b739d0d3.tar.gz
android-node-v8-ba792ea2020f38ebf84925e740b42823b739d0d3.tar.bz2
android-node-v8-ba792ea2020f38ebf84925e740b42823b739d0d3.zip
:%s/sys.puts/console.log/g
and there was much rejoicing
Diffstat (limited to 'test/pummel/test-child-process-spawn-loop.js')
-rw-r--r--test/pummel/test-child-process-spawn-loop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pummel/test-child-process-spawn-loop.js b/test/pummel/test-child-process-spawn-loop.js
index 76e4236c19..fb426acd6d 100644
--- a/test/pummel/test-child-process-spawn-loop.js
+++ b/test/pummel/test-child-process-spawn-loop.js
@@ -16,7 +16,7 @@ function doSpawn (i) {
});
child.stderr.addListener("data", function (chunk) {
- puts('stderr: ' + chunk);
+ console.log('stderr: ' + chunk);
});
child.addListener("exit", function () {