Created
December 16, 2011 17:19
-
-
Save kristianbauer/1486966 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
Guybrush:bin kjb0511$ cd /Users/kjb0511/Desktop/Projects/BigClawServer/tags/release-RC1.0.2 | |
Guybrush:release-RC1.0.2 kjb0511$ node app.js | |
[2011-12-16 12:19:06.782] [INFO] app - Importing configuration | |
[2011-12-16 12:19:06.857] [TRACE] config - selected local zone | |
[2011-12-16 12:19:06.857] [INFO] app - Downloading content pit from: | |
/Users/kjb0511/Desktop/Projects/BigClawServer/tags/release-RC1.0.2/resources/contentpit.js:2 | |
"missions" : [ | |
^ | |
node.js:201 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
SyntaxError: Unexpected token : | |
at Module._compile (module.js:427:25) | |
at Object..js (module.js:450:10) | |
at Module.load (module.js:351:31) | |
at Function._load (module.js:310:12) | |
at Module.require (module.js:357:17) | |
at require (module.js:368:17) | |
at loadContentPit (/Users/kjb0511/Desktop/Projects/BigClawServer/tags/release-RC1.0.2/app.js:221:30) | |
at Object.boot (/Users/kjb0511/Desktop/Projects/BigClawServer/tags/release-RC1.0.2/app.js:340:2) | |
at Object.<anonymous> (/Users/kjb0511/Desktop/Projects/BigClawServer/tags/release-RC1.0.2/app.js:389:10) | |
at Module._compile (module.js:432:26) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment