Commit 3dc01855 authored by yann300's avatar yann300

typo

parent fa5e510b
......@@ -45,7 +45,7 @@ module.exports = (pluginManager, fileProviders, fileManager, compiler, udapp) =>
getCompilationResult: (mod, cb) => {
cb(null, compiler.lastCompilationResult)
},
sendCompilactionResult: (mod, file, languageVersion, data, cb) => {
sendCompilationResult: (mod, file, languageVersion, data, cb) => {
pluginManager.receivedDataFrom('sendCompilationResult', mod, file, languageVersion, data)
}
},
......
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