Browse Source

server.bat: pass all commandline arguments to the node process

Manfred Kroehnert 11 years ago
parent
commit
f79a1960e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/server.bat

+ 1 - 1
bin/server.bat

@@ -1,3 +1,3 @@
 @cd "%~dp0\.." 
-@node server\server.js
+@node server\server.js %*