File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ step "Build minified" {
3636 exec { & npm run gulp -- -- max_old_space_size= 4096 " vscode-win32-$global :arch -min" }
3737}
3838
39- # step "Create loader snapshot" {
40- # exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
41- # }
39+ # step "Create loader snapshot" {
40+ # exec { & node build\lib\snapshotLoader.js --arch=$global:arch }
41+ # }
4242
4343step " Run unit tests" {
4444 exec { & .\scripts\test.bat -- build -- reporter dot }
Original file line number Diff line number Diff line change 2727
2828endlocal
2929
30- echo 'errorlevel'
31- echo %errorlevel%
30+ :: app.exit(0) is exiting with code 255 in Electron 1.7.4.
31+ :: See https://github.com/Microsoft/vscode/issues/28582
32+ echo errorlevel: %errorlevel%
3233if %errorlevel% == 255 set errorlevel = 0
3334
3435exit /b %errorlevel%
You can’t perform that action at this time.
0 commit comments