From 95d98f0cd0e78a8f5fc02b1c7804855237985d11 Mon Sep 17 00:00:00 2001 From: Montana Scott Rowe Date: Thu, 19 Jan 2012 17:51:44 -0600 Subject: [PATCH] forgot to edit other scripts --- bin/debugRun.sh | 2 +- node/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/debugRun.sh b/bin/debugRun.sh index 01197a6b8..b963744d8 100755 --- a/bin/debugRun.sh +++ b/bin/debugRun.sh @@ -23,7 +23,7 @@ node-inspector & echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8" cd "node" -node --debug server.js +node --debug serve.js #kill node-inspector before ending kill $! diff --git a/node/README.md b/node/README.md index 031810f6f..bc6ecb168 100644 --- a/node/README.md +++ b/node/README.md @@ -10,4 +10,4 @@ Module file names starts with a capital letter and uses camelCase # Where does it start? -server.js is started directly +serve.js invokes init in server.js