Browse Source

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

Manfred Kroehnert 11 năm trước cách đây
mục cha
commit
f79a1960e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bin/server.bat

+ 1 - 1
bin/server.bat

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