mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 17:27:59 -05:00
Currently CoffeeScript reports a success even if it failed to write a compiled file to disk. This behavior confuses automated tools such as test runners which may return false positives if a test failed to compile because of a file lock.