Skip to content

Commit

Permalink
Revert "Remove unnecessary calls to cmd.exe in vwf.bat"
Browse files Browse the repository at this point in the history
This reverts commit 3f74104.
This was accidentally merged to master instead of development.
  • Loading branch information
eric79 committed Mar 13, 2014
1 parent 3f0ce6e commit 579467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vwf.bat
Expand Up @@ -4,4 +4,4 @@
REM Check to see if Node is installed and accessible from the Path variable
REM If it is, we start up the NodeJS Server. The NodeJS server accepts command line parameters.
REM C:\> vwf --help will display all of the currently available parameters accepted by Virtual World Framework
pushd %VWF_DIR% && npm install && popd && node "%VWF_DIR%/node-server.js" %*
pushd %VWF_DIR% && cmd.exe /C npm install && popd && cmd.exe /C node "%VWF_DIR%/node-server.js" %*

0 comments on commit 579467a

Please sign in to comment.