-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow error(undefined) #125
Conversation
Using `ionic serve` occasionally crashes with output that calls for this fix, e.g.: ``` /full/path/to/project/node_modules/tiny-lr/src/server.js:266 console.error('... Uhoh. Got error %s ...', e.message); ^ TypeError: Cannot read property 'message' of undefined ```
Related bug report to ionic: ionic-team/ionic-framework#12191 |
@Polyergic this PR has some linting errors. I'll be happy to merge once the build is green! |
I cannot reproduce the error. Here is the output I get from
|
The errors in the details are
all reported on line 203 of
which doesn't seem related to those errors. |
Nevermind, Github did something stupid when it created the fork for what was supposed to be a trivial edit. After another hour of figuring out your quirks and githubs quirks I think it's fixed. |
Using
ionic serve
occasionally crashes with output that calls for this fix, e.g.: