Files
azuredatastudio/scripts/watch.sh

3 lines
94 B
Bash

#!/bin/bash
gulp --max_old_space_size=2000 watch || { echo 'gulp electron failed' ; exit 1; }