log mountIframe error in IsolatedPluginView

This commit is contained in:
Mohammad Azmi
2026-02-20 17:32:59 +07:00
parent 89c5469c22
commit ffabca3e2a

View File

@@ -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 {