We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295492 commit e20bec5Copy full SHA for e20bec5
src/compiler/tsc.ts
@@ -409,7 +409,7 @@ module ts {
409
// Build up the list of examples.
410
var padding = makePadding(marginLength);
411
output += getDiagnosticText(Diagnostics.Examples_Colon_0, makePadding(marginLength - examplesLength) + "tsc hello.ts") + sys.newLine;
412
- output += padding + "tsc --out foo.js foo.ts" + sys.newLine;
+ output += padding + "tsc --out file.js file.ts" + sys.newLine;
413
output += padding + "tsc @args.txt" + sys.newLine;
414
output += sys.newLine;
415
0 commit comments