You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the footer icon that looks like a stopsign containing a "pause" icon until it turns purple (the setting for "pause on uncaught exceptions")
Reload Brackets
Result: Brackets freezes in the middle of reloading. You have to go to the Developer Tools and click the resume button.
Console shows this:
Uncaught SyntaxError: Unexpected end of input appshell:430
appshell.app.getPendingFilesToOpen appshell:430
I originally started noticing this with the CEF update, but I'm still seeing it now that it's backed out... so perhaps this is related to the Node stuff landing? @joelrbrandt does "getPendingFilesToOpen()" ring a bell at all?
The text was updated successfully, but these errors were encountered:
It looks like the exception is being thrown by the JSON.parse() in appshell_extensions.js's getPendingFilesToOpen(). I notice parse() throws such an error when handed an empty string...
Issue by peterflynn
Friday Feb 22, 2013 at 01:33 GMT
Originally opened as adobe/brackets#2932
Result: Brackets freezes in the middle of reloading. You have to go to the Developer Tools and click the resume button.
Console shows this:
I originally started noticing this with the CEF update, but I'm still seeing it now that it's backed out... so perhaps this is related to the Node stuff landing?
@
joelrbrandt does "getPendingFilesToOpen()" ring a bell at all?The text was updated successfully, but these errors were encountered: