Update compiler.js

pull/7/head
William Entriken 6 years ago committed by GitHub
parent b8706daa3d
commit a285eef49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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