Jitter icon indicating copy to clipboard operation
Jitter copied to clipboard

Compile errors do not indicate filename or path

Open mikeknoop opened this issue 12 years ago • 1 comments

If there is an error while compiling a coffeescript file, Jitter output does not indicate which file caused the compile error. Compare this to the standard cofeescript compiler which gives you a full path/filename to the file which did not compile correctly.

This seems like an oversight as it is very difficult to use Jitter in practice -- is this the expected behavior?

mikeknoop avatar Feb 13 '12 00:02 mikeknoop

It seems the name is given only to notify; but just one line need to be changed: https://github.com/TrevorBurnham/Jitter/blob/master/src/jitter.coffee#L140 to puts source + ': ' + err.message

peteruhnak avatar Feb 21 '12 14:02 peteruhnak