File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import Configuration, {
2626 PageId as ConfigurationPageId ,
2727} from " @/components/configuration/Configuration.vue" ;
2828import OnboardingScreen from " ./components/OnboardingScreen.vue" ;
29- import { getData , notify } from " @beekeeperstudio/plugin" ;
29+ import { getData , log } from " @beekeeperstudio/plugin" ;
3030import { Dialog } from " primevue" ;
3131
3232type Page = " starting" | " chat-interface" ;
@@ -72,11 +72,7 @@ export default {
7272 } catch (e ) {
7373 this .showConfiguration = true ;
7474 this .error = e ;
75- notify (" pluginError" , {
76- message: ` Failed to initialize: ${e ?.message || e } ` ,
77- error: e ?.name ,
78- stack: e ?.stack ,
79- });
75+ log .error (e );
8076 } finally {
8177 clearTimeout (loadingTimer );
8278 }
You can’t perform that action at this time.
0 commit comments