This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
azuredatastudio/scripts/watch.bat
T

5 lines
122 B
Batchfile

CALL gulp --max_old_space_size=2000 watch || goto :error
:error
echo Failed with error #%errorlevel%
exit /b %errorlevel%