Skip to content

Commit 644951b

Browse files
Fixed old sys dependency, as sys is now ts.sys.
1 parent b4082ce commit 644951b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/processDiagnosticMessages.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ interface IIndexable<V> {
1515
}
1616

1717
function main(): void {
18+
var sys = ts.sys;
1819
if (sys.args.length < 1) {
1920
sys.write("Usage:" + sys.newLine)
2021
sys.write("\tnode processDiagnosticMessages.js <diagnostic-json-input-file>" + sys.newLine);

0 commit comments

Comments
 (0)