This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Improve console output of LiveDevelopment errors (#1200) - #1232
Merged
Conversation
Before: Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed After: Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed Parameter 'lineNumber' has wrong type. It must be 'Number'. Parameter 'url' has wrong type. It must be 'String'. [expandable error object]
Contributor
Author
|
See #1200 |
Member
|
Thanks! Merging. |
gruehle
added a commit
that referenced
this pull request
Jul 11, 2012
Improve console output of LiveDevelopment errors (#1200)
Member
|
Oops, it looks like this violates #1096 though. @DennisKehrig, are you planning any more work in this file? If so, we could wait and roll up the fix into a later pull request, instead of making a whole commit just for this one-line change... |
Contributor
Author
|
@peterflynn No, not right now... I just went ahead and added another pull request. I'm surprised this isn't mentioned in the Coding Conventions. Is it mentioned somewhere else? |
Contributor
Author
|
Thanks, guys! |
Before:
Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed
After:
Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed
Parameter 'lineNumber' has wrong type. It must be 'Number'.
Parameter 'url' has wrong type. It must be 'String'.
[expandable error object]