Skip to content

Commit 1bf7d17

Browse files
committed
Clean up
1 parent e65426f commit 1bf7d17

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

build/tfs/win32/1_build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4343
step "Run unit tests" {
4444
exec { & .\scripts\test.bat --build --reporter dot }

scripts/test.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ popd
2727

2828
endlocal
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%
3233
if %errorlevel% == 255 set errorlevel=0
3334

3435
exit /b %errorlevel%

0 commit comments

Comments
 (0)