summaryrefslogtreecommitdiff
path: root/test/simple/test-error-reporting.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/simple/test-error-reporting.js
parent4c21aa736f4ca631efd77203113bf879e3fe4987 (diff)
downloadnode-new-ba792ea2020f38ebf84925e740b42823b739d0d3.tar.gz
:%s/sys.puts/console.log/g
and there was much rejoicing
Diffstat (limited to 'test/simple/test-error-reporting.js')
-rw-r--r--test/simple/test-error-reporting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-error-reporting.js b/test/simple/test-error-reporting.js
index aa02de92a9..46c8982c23 100644
--- a/test/simple/test-error-reporting.js
+++ b/test/simple/test-error-reporting.js
@@ -22,7 +22,7 @@ function errExec (script, callback) {
// Count the tests
exits++;
- puts('.');
+ console.log('.');
});
}