mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Move suppress option to appropriate place
This commit is contained in:
parent
8c9baf81c5
commit
259a89e2cf
@ -895,7 +895,8 @@ namespace Harness {
|
||||
{ name: "includeBuiltFile", type: "string" },
|
||||
{ name: "fileName", type: "string" },
|
||||
{ name: "libFiles", type: "string" },
|
||||
{ name: "noErrorTruncation", type: "boolean" }
|
||||
{ name: "noErrorTruncation", type: "boolean" },
|
||||
{ name: "suppressOutputPathCheck", type: "boolean" }
|
||||
];
|
||||
|
||||
let optionsIndex: ts.Map<ts.CommandLineOption>;
|
||||
@ -938,9 +939,6 @@ namespace Harness {
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (name === "suppressOutputPathCheck") {
|
||||
options.suppressOutputPathCheck = true;
|
||||
}
|
||||
else {
|
||||
throw new Error(`Unknown compiler option '${name}'.`);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user