firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Launchpad] Unhandled promise rejection stops pages from rendering

lukaszsobek opened this issue · comments

STR:

ER: see the source
AR: editor is blank

When there is a rejection of the onConnect call in launchpad/src/main.js the whole app stops loading. Adding a catch condition should enable proper error reporting and functioning of the loaded app at the same time.

Implemented