Created
August 2, 2014 18:41
-
-
Save dhigginbotham/ada3d0d2d4eba05fcd7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ErrorEvent { | |
| error: ReferenceError, | |
| colno: 7, | |
| lineno: 8, | |
| filename: "..path/to/file.js", | |
| message: "Uncaught ReferenceError: foobar is not defined" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment