Skip to content

Instantly share code, notes, and snippets.

/error.md Secret

Created September 14, 2015 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/05f56594605bd9cc76d4 to your computer and use it in GitHub Desktop.
Save anonymous/05f56594605bd9cc76d4 to your computer and use it in GitHub Desktop.
result of Sorella's code

For this code:

 function neverGonna(giveYouUp){ return neverGonna(letYouDow) }; var letYouDown; neverGonna() // strict mode is silly

This was the error:

[eval]:9
    _x = letYouDow;
         ^
ReferenceError: letYouDow is not defined
    at neverGonna ([eval]:9:10)
    at [eval]:13:18
    at Object.exports.runInThisContext (vm.js:54:17)
    at _eval (/usr/lib/node_modules/babel/bin/_babel-node:54:13)
    at Object.<anonymous> (/usr/lib/node_modules/babel/bin/_babel-node:74:16)
    at Module._compile (module.js:426:26)
    at Object.Module._extensions..js (module.js:444:10)
    at Module.load (module.js:351:32)
    at Function.Module._load (module.js:306:12)
    at Function.Module.runMain (module.js:467:10)
    at startup (node.js:117:18)
    at node.js:946:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment