Explorar o código

Merge pull request #5589 from sebavan/master

Add alert on error
sebavan %!s(int64=6) %!d(string=hai) anos
pai
achega
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);
             });
     }