Vincent Côté-Roy
Vincent Côté-Roy
I am speaking of a `.coffee` file compiled to `.js` with the `-m` option: `demo.coffee`: ``` require('source-map-support').install() fs = require('fs') foo = -> bar = -> throw new Error 'this...
yes, indeed, the same issue does happen.
@rochdev The use case (for us at least) is that it's a fairly common flow to either: (1) have an `uncaughtException` / `unhandledRejection` handler which cleans up and then calls...
i'm only trying to say that many applications use it as a foreground color (because normally dark gray would be amply visible against either black or white), and so that...
just tried this branch. the finish event fires indeed only once, but at the wrong moment: when it has finished reading the input stream, instead of when it has finished...