Unverified Commit a285eef4 authored by William Entriken's avatar William Entriken Committed by GitHub

Update compiler.js

parent b8706daa
...@@ -35,7 +35,7 @@ function compileFileOrFiles (filename, isDirectory, cb) { ...@@ -35,7 +35,7 @@ function compileFileOrFiles (filename, isDirectory, cb) {
} }
sources[file] = { content: c } sources[file] = { content: c }
} }
}) })
async.waterfall([ async.waterfall([
function loadCompiler (next) { function loadCompiler (next) {
......
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