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