pull/1/head
LianaHus 6 years ago
parent eba224cc56
commit da10ef0d00
  1. 2
      src/app/tabs/compile-tab.js

@ -128,7 +128,7 @@ class CompileTab extends CompilerApi {
) )
}) })
} else { } else {
const count = errorList.filter(error => error.severity === 'error').length.toString() const count = data.errors.filter(error => error.severity === 'error').length.toString()
this.events.emit('statusChanged', {key: count, title: 'compilation failed', type: 'danger'}) this.events.emit('statusChanged', {key: count, title: 'compilation failed', type: 'danger'})
} }
// Update contract Selection // Update contract Selection

Loading…
Cancel
Save