pull/1634/head
lianahus 3 years ago
parent 82a0441fe3
commit e8544be003
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -76,7 +76,7 @@ module.exports = class TestTab extends ViewPlugin {
async activate () {
const isSolidityActive = await this.call('manager', 'isActive', 'solidity')
If (!isSolidityActive) {
if (!isSolidityActive) {
await this.call('manager', 'activatePlugin', 'solidity')
}
}

Loading…
Cancel
Save