Parcourir la source

Merge pull request #5589 from sebavan/master

Add alert on error
sebavan il y a 6 ans
Parent
commit
46d68d355c

+ 1 - 0
inspector/src/components/actionTabs/tabs/toolsTabComponent.tsx

@@ -100,6 +100,7 @@ export class ToolsTabComponent extends PaneComponent {
             })
             .catch((error: any) => {
                 console.error(error);
+                alert(error);
             });
     }