Skip to content

Commit 2c57bd8

Browse files
committed
1 parent 23e4b30 commit 2c57bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/scripts/web-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var main = function() {
2727
testApp.use(bodyParser.json());
2828
testApp.use(testMiddleware);
2929
testApp.listen(port);
30-
util.puts(["Starting express web server in", testAppDir ,"on port", port].
30+
console.log(["Starting express web server in", testAppDir ,"on port", port].
3131
join(" "));
3232
};
3333

0 commit comments

Comments
 (0)