Update compiler.js

pull/5370/head
William Entriken 6 years ago committed by GitHub
parent f5e81850de
commit d56ed3c9d6
  1. 2
      remix-tests/src/compiler.js

@ -35,7 +35,7 @@ function compileFileOrFiles (filename, isDirectory, cb) {
}
sources[file] = { content: c }
}
})
})
async.waterfall([
function loadCompiler (next) {

Loading…
Cancel
Save