Commit e0d4a0ba authored by yann300's avatar yann300 Committed by ioedeveloper

typo

parent 71f0c19b
......@@ -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)
})
}
......
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