pass in the compiler name

pull/1/head
yann300 6 years ago
parent 3a184e96e7
commit 0fae87f084
  1. 2
      src/app/tabs/compile-tab.js

@ -81,7 +81,7 @@ class CompileTab {
this.compiler.event.register('compilationFinished', (success, data, source) => {
if (success) {
// forwarding the event to the appManager infra
this.events.emit('compilationFinished', source.target, source, this.compilerContainer.data.selectedVersion, data)
this.events.emit('compilationFinished', source.target, source, 'soljson', data)
// Store the contracts
this.data.contractsDetails = {}
this.compiler.visitContracts((contract) => {

Loading…
Cancel
Save