max-mapper / art-of-node

:snowflake: a short introduction to node.js
https://github.com/maxogden/art-of-node#the-art-of-node
Other
9.81k stars 854 forks source link

RequireBin example error #68

Closed varjmes closed 8 years ago

varjmes commented 8 years ago

Hey! Thanks so much for this guide.

The 'more complicated example' on RequireBin seems to have an error. This: http://requirebin.com/?gist=6031068 results in

Uncaught TypeError: Cannot read property 'content' of undefined bundle.js:2 

Not sure what the fix is I'm afraid, but I figured you'd like to know. Thanks again :sparkles:

max-mapper commented 8 years ago

nice catch, thanks. I had to update the code on requirebin, but it should be working now (new link is http://requirebin.com/?gist=679b58d4237eaca37173)

varjmes commented 8 years ago

Works great, thanks!