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
!function(){vartestCrossOriginError;if(-1!==window.navigator.userAgent.search(" Chrome/")?testCrossOriginError=function(message,url,line){return""===url&&0===line&&"Script error."===message}:"Opera/"===window.navigator.userAgent.slice(0,6)&&(testCrossOriginError=function(message,url,line){return"Uncaught exception: DOMException: NETWORK_ERR"===message}),"undefined"==typeofbrackets&&"file://"===window.document.location.href.substr(0,7)&&testCrossOriginError){varpreviousErrorHandler=window.onerror;window.onerror=handleError}functionhandleError(message,url,line){if(!testCrossOriginError(message,url,line))returnpreviousErrorHandler?previousErrorHandler(message,url,line):void0;window.alert("Oops! This application doesn't run in browsers yet.\n\nIt is built in HTML, but right now it runs as a desktop app so you can use it to edit local files. Please use the application shell in the following repo to run this application:\n\ngithub.com/adobe/brackets-shell"),window.onerror=previousErrorHandler}}();