Closed GeoffreyPlitt closed 9 years ago
I'll tried the same thing here, works for me. Will keep an eye on this. Thanks for your feedback.
How can I debug this? Is there a way to see stacktraces? What does code=9 mean?
9 means invalid arguments, check https://nodejs.org/api/process.html#process_exit_codes
I'm on Node 0.12.2 trying to use gls with --harmony
I have a Gulpfile with gls using the "--harmony" flag. I also use the "--harmony" flag when running gulp itself below.
And an app.js:
The app runs fine without Gulp, with --harmony:
But fails with "[code => 9 | sig => null]" with gls:
Please advise, thanks.