Created
November 9, 2011 22:09
-
-
Save jwhitley/1353264 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> coffee nan.js.coffee | |
Error: In nan.js.coffee, Parse error on line NaN: Unexpected 'MATH' | |
at Object.parseError (/opt/hb/lib/node_modules/coffee-script/lib/parser.js:472:11) | |
at Object.parse (/opt/hb/lib/node_modules/coffee-script/lib/parser.js:548:22) | |
at /opt/hb/lib/node_modules/coffee-script/lib/coffee-script.js:29:22 | |
at Object.run (/opt/hb/lib/node_modules/coffee-script/lib/coffee-script.js:57:34) | |
at /opt/hb/lib/node_modules/coffee-script/lib/command.js:147:29 | |
at /opt/hb/lib/node_modules/coffee-script/lib/command.js:115:26 | |
at [object Object].<anonymous> (fs.js:107:5) | |
at [object Object].emit (events.js:61:17) | |
at afterRead (fs.js:878:12) | |
at wrapper (fs.js:245:17) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d3.time.format("#{%m/%d}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> coffee --version | |
CoffeeScript version 1.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment