Added --trace-warnings to meteor dev.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-04-22 16:23:14 +03:00
parent 50ce0ce442
commit 3fb709ed70
2 changed files with 4 additions and 4 deletions

View file

@ -508,7 +508,7 @@
# Add more Node heap:
export NODE_OPTIONS="--max_old_space_size=4096"
# Add more stack:
bash -c "ulimit -s 65500; exec node --stack-size=65500 --trace-warnings main.js"
bash -c "ulimit -s 65500; exec node --stack-size=65500 main.js"
#node main.js
#---------------------------------------------------------------------
# & >> ../../wekan.log