Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.76k stars 148 forks source link

V8 flag `--expose-gc` causes whole config to silently fail #105

Open blake-regalia opened 7 years ago

blake-regalia commented 7 years ago

The --expose-gc v8 flag does not take effect when passed in command line with --js-flags="--expose-gc". If this flag is present in the config file (e.g., in .devtoolrc), the whole config file is silently ignored.