rollback cleanUpErrors changes

pull/1/head
yann300 6 years ago
parent 121ca338f4
commit a49c8a1ab6
  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