mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 02:01:43 -05:00
refactor
This commit is contained in:
@@ -5,9 +5,7 @@ set ELECTRON_NO_ATTACH_CONSOLE=1
|
||||
|
||||
pushd %~dp0\..
|
||||
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
|
||||
set RESULT=%errorlevel%
|
||||
popd
|
||||
|
||||
endlocal
|
||||
|
||||
exit /b %RESULT%
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user