added missed params

pull/5370/head
aniket-engg 3 years ago committed by Aniket
parent 1fd22e8874
commit f434ad1871
  1. 2
      libs/remix-solidity/src/compiler/compiler.ts

@ -148,7 +148,7 @@ export class Compiler {
if (!noFatalErrors) {
// There are fatal errors, abort here
this.state.lastCompilationResult = null
this.event.trigger('compilationFinished', [false, data, source])
this.event.trigger('compilationFinished', [false, data, source, input, version])
} else if (missingInputs !== undefined && missingInputs.length > 0 && source && source.sources) {
// try compiling again with the new set of inputs
this.internalCompile(source.sources, missingInputs)

Loading…
Cancel
Save