Skip to content

Commit 2e13c3a

Browse files
author
Kanchalai Tanglertsampan
committed
Update RWC runner
1 parent 0ffbb75 commit 2e13c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/harness/rwcRunner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="harness.ts"/>
1+
/// <reference path="harness.ts"/>
22
/// <reference path="runnerbase.ts" />
33
/// <reference path="loggedIO.ts" />
44
/// <reference path="..\compiler\commandLineParser.ts"/>
@@ -215,6 +215,7 @@ namespace RWC {
215215
if (compilerResult.errors.length === 0) {
216216
return null;
217217
}
218+
218219
const declFileCompilationResult = Harness.Compiler.compileDeclarationFiles(
219220
inputFiles, otherFiles, compilerResult, /*harnessSettings*/ undefined, compilerOptions, currentDirectory);
220221

0 commit comments

Comments
 (0)