Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. undefined:1
  3. var fs = require('fs');
  4. ^
  5. SyntaxError: Unexpected token v
  6. at Object.parse (native)
  7. at main (/home/panzi/src/c/ajson/test/tokens.js:52:18)
  8. at Object.<anonymous> (/home/panzi/src/c/ajson/test/tokens.js:58:1)
  9. at Module._compile (module.js:456:26)
  10. at Object.Module._extensions..js (module.js:474:10)
  11. at Module.load (module.js:356:32)
  12. at Function.Module._load (module.js:312:12)
  13. at Function.Module.runMain (module.js:497:10)
  14. at startup (node.js:119:16)
  15. at node.js:906:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement