Skip to content

Commit

Permalink
Add extendedDiagnostics to tsc command when verboce toggled
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Nov 2, 2020
1 parent 175d436 commit faed0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perf/benchmark.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ async function run() {
commit.target,
'--outDir',
path.join(__dirname, '..', libName(commit)),
...(argv.verbose ? ['--extendedDiagnostics'] : []),
]);
if (buildErr && buildErr.code) {
console.error(`${chalk.red('ERROR')} Failed to build ${prettyName(commit)}`);
Expand Down

0 comments on commit faed0e6

Please sign in to comment.