mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-23 05:38:05 -05:00
This makes the "stack" property more useful when it's shown on other Node.js applications that compile CoffeeScript (e.g. testing libraries) and should fix #3023. A minimal example: $ node -e 'require("coffee-script").compile("class class")' /usr/lib/node_modules/coffee-script/lib/coffee-script/coffee-script.js:41 throw err; ^ [stdin]:1:7: error: unexpected CLASS class class ^^^^^