We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4082ce commit 644951bCopy full SHA for 644951b
scripts/processDiagnosticMessages.ts
@@ -15,6 +15,7 @@ interface IIndexable<V> {
15
}
16
17
function main(): void {
18
+ var sys = ts.sys;
19
if (sys.args.length < 1) {
20
sys.write("Usage:" + sys.newLine)
21
sys.write("\tnode processDiagnosticMessages.js <diagnostic-json-input-file>" + sys.newLine);
0 commit comments