Closed phanect closed 10 years ago
There are some error when you execute Geddy on node.js with --strict-mode option because of octal numbers usage and missing variable declaration.
I'm posting this pull request to execute node.js with --harmony option which requires --strict-mode.
Also consider adding "use strict" into the top of all JavaScript files.
Merged, thanks!
There are some error when you execute Geddy on node.js with --strict-mode option because of octal numbers usage and missing variable declaration.
I'm posting this pull request to execute node.js with --harmony option which requires --strict-mode.