Address CR feedback

This commit is contained in:
Ryan Cavanaugh 2014-09-04 10:44:36 -07:00
parent 0aba039a0d
commit b8b522784c

View File

@ -88,8 +88,8 @@ module RWC {
}
});
// do not use lib since we shouldnt be reading any files that arent in the ioLog
opts.options.noLib = false;
// do not use lib since we already read it in above
opts.options.noLib = true;
// Emit the results
harnessCompiler.compileFiles(inputFiles, otherFiles, compileResult => {