use start

This commit is contained in:
Joao Moreno 2016-03-03 10:50:52 +01:00
parent 5705c820bb
commit 8c34045f0f

View file

@ -3,7 +3,7 @@ setlocal
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
pushd %~dp0\..
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
start "" .\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
popd
endlocal