rollback cleanUpErrors changes

pull/3094/head
yann300 6 years ago
parent 8c8e8620e3
commit efb11babfa
  1. 1
      src/app/tabs/compile-tab.js

@ -109,6 +109,7 @@ class CompileTab extends CompilerApi {
})
const cleanupErrors = () => {
this._view.errorContainer.innerHTML = ''
this.events.emit('statusChanged', {key: 'none'})
}

Loading…
Cancel
Save