Better error message format
Summary:
The existing error message was not in the centre and didn't give any possible remediation steps.
{F1015240268}
Reviewed By: passy
Differential Revision: D46394149
fbshipit-source-id: 09d450bef9df83c5b3af3ba49c7e0fafb81bfdce
This commit is contained in:
committed by
Facebook GitHub Bot
parent
80c201b10f
commit
353e51e2ea
@@ -231,8 +231,8 @@ async function start() {
|
||||
|
||||
start().catch((e) => {
|
||||
console.error('Failed to start Flipper desktop', e);
|
||||
document.getElementById('root')!.textContent =
|
||||
'Failed to start Flipper desktop: ' + e;
|
||||
document.getElementById('loading')!.textContent =
|
||||
'Failed to start Flipper. ' + e;
|
||||
});
|
||||
|
||||
function getStaticPath(appPath: string) {
|
||||
|
||||
Reference in New Issue
Block a user