Skip to content

Commit 65a9713

Browse files
author
Yui T
committed
Fix reading rwc file
1 parent d17f13a commit 65a9713

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)