diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-06-23 17:40:51 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-06-23 20:05:29 -0700 |
commit | ba792ea2020f38ebf84925e740b42823b739d0d3 (patch) | |
tree | 077e5f345ceaf6c752a2fddbea5d68199a6d572b /test/fixtures/b | |
parent | 4c21aa736f4ca631efd77203113bf879e3fe4987 (diff) | |
download | node-new-ba792ea2020f38ebf84925e740b42823b739d0d3.tar.gz |
:%s/sys.puts/console.log/g
and there was much rejoicing
Diffstat (limited to 'test/fixtures/b')
-rw-r--r-- | test/fixtures/b/c.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/b/c.js b/test/fixtures/b/c.js index 6aaf186726..ee7cd47ad1 100644 --- a/test/fixtures/b/c.js +++ b/test/fixtures/b/c.js @@ -24,5 +24,5 @@ exports.D = function () { process.addListener("exit", function () { string = "C done"; - puts("b/c.js exit"); + console.log("b/c.js exit"); }); |