mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
9 lines
191 B
Batchfile
9 lines
191 B
Batchfile
@echo off
|
|
|
|
CALL gulp --max_old_space_size=2000 electron-ia32
|
|
CALL "%~dp0\test.bat"
|
|
CALL gulp --max_old_space_size=2000 optimize-vscode
|
|
|
|
:error
|
|
echo Exit code %errorlevel%
|
|
exit /b %errorlevel% |