Update tab-proxy.js

pull/2412/head
Liana Husikyan 3 years ago committed by yann300
parent 8cd5608f96
commit 0228218e89
  1. 4
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -170,7 +170,11 @@ export class TabProxy extends Plugin {
this.removeTab(profile.name) this.removeTab(profile.name)
}) })
try {
this.themeQuality = (await this.call('theme', 'currentTheme') ).quality this.themeQuality = (await this.call('theme', 'currentTheme') ).quality
} catch (e) {
console.log('theme plugin has an issue: ', e)
}
this.renderComponent() this.renderComponent()
} }

Loading…
Cancel
Save