Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Created September 12, 2013 21:32
Show Gist options
  • Save skimbrel/6544078 to your computer and use it in GitHub Desktop.
Save skimbrel/6544078 to your computer and use it in GitHub Desktop.
Node's REPL needs some work
$ node
> process.nextTick(function() {null.lol;})
undefined
>
repl:1
(process.nextTick(function() {null.lol;})
^
TypeError: Cannot read property 'lol' of null
at repl:1:35
at process._tickCallback (node.js:415:13)
$ echo $?
8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment