diff --git a/ci/makeMockCompiler.js b/ci/makeMockCompiler.js index b9bafc3fc4..042e8f4176 100644 --- a/ci/makeMockCompiler.js +++ b/ci/makeMockCompiler.js @@ -26,7 +26,7 @@ function gatherCompilationResults (dir, compilationResult, callback) { compilationResult[result.key] = result }) } - } + } } }) return compilationResult