Skip to content

Commit 07af6ca

Browse files
committed
Merge pull request microsoft#3901 from Microsoft/fixReadingRWC
Fix reading rwc file
2 parents 439c14f + 65a9713 commit 07af6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/rwcRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module RWC {
123123
content = ts.sys.readFile(unitName);
124124
}
125125
catch (e) {
126-
// Leave content undefined.
126+
content = ts.sys.readFile(fileName);
127127
}
128128
return { unitName, content };
129129
}

0 commit comments

Comments
 (0)