mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
log mountIframe error in IsolatedPluginView
This commit is contained in:
@@ -68,6 +68,7 @@ export default Vue.extend({
|
||||
await this.$nextTick();
|
||||
if (this.shouldMountIframe) {
|
||||
this.mountIframe().catch((e) => {
|
||||
log.error(e);
|
||||
this.error = e instanceof Error ? e.message : String(e);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user