pull/11/head
yann300 5 years ago committed by ioedeveloper
parent 71f0c19b99
commit e0d4a0ba88
  1. 2
      apps/remix-ide/src/app/compiler/compiler-artefacts.js

@ -33,7 +33,7 @@ module.exports = class CompilerArtefacts extends Plugin {
this.compilersArtefacts['__last'] = new CompilerAbstract(languageVersion, data, source)
})
this.on('yupl', 'compilationFinished', (file, source, languageVersion, data) => {
this.on('yulp', 'compilationFinished', (file, source, languageVersion, data) => {
this.compilersArtefacts['__last'] = new CompilerAbstract(languageVersion, data, source)
})
}

Loading…
Cancel
Save