Commit 3115d202 authored by yann300's avatar yann300

typo

parent 7baac839
...@@ -33,7 +33,7 @@ module.exports = class CompilerArtefacts extends Plugin { ...@@ -33,7 +33,7 @@ module.exports = class CompilerArtefacts extends Plugin {
this.compilersArtefacts['__last'] = new CompilerAbstract(languageVersion, data, source) 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) this.compilersArtefacts['__last'] = new CompilerAbstract(languageVersion, data, source)
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment