We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aba039 commit b8b5227Copy full SHA for b8b5227
src/harness/rwcRunner.ts
@@ -88,8 +88,8 @@ module RWC {
88
}
89
});
90
91
- // do not use lib since we shouldnt be reading any files that arent in the ioLog
92
- opts.options.noLib = false;
+ // do not use lib since we already read it in above
+ opts.options.noLib = true;
93
94
// Emit the results
95
harnessCompiler.compileFiles(inputFiles, otherFiles, compileResult => {
0 commit comments