Advertisement
KingOfVC

.

Feb 20th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. kiki@vps372137:~/src$ node app.js
  2. /home/kiki/src/library/Bot.js:74
  3. loginWithToken(token, callback = () => {}) {
  4. ^
  5.  
  6. SyntaxError: Unexpected token =
  7. at exports.runInThisContext (vm.js:53:16)
  8. at Module._compile (module.js:374:25)
  9. at Object.Module._extensions..js (module.js:417:10)
  10. at Module.load (module.js:344:32)
  11. at Function.Module._load (module.js:301:12)
  12. at Module.require (module.js:354:17)
  13. at require (internal/module.js:12:17)
  14. at Object.<anonymous> (/home/kiki/src/app.js:3:31)
  15. at Module._compile (module.js:410:26)
  16. at Object.Module._extensions..js (module.js:417:10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement