diff --git a/apps/remix-ide/src/app/compiler/compiler-artefacts.js b/apps/remix-ide/src/app/compiler/compiler-artefacts.js index f0f88bb069..3fcc312c2b 100644 --- a/apps/remix-ide/src/app/compiler/compiler-artefacts.js +++ b/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) }) }