fix(dev-infra): remove ANSI escape codes from log file outputs (#38792)

Remove the ANSI codes from the log file outputs to make the ng-dev log files
more readable.

PR Close #38792
This commit is contained in:
Joey Perrott 2020-09-10 08:32:00 -07:00 committed by Andrew Kushnir
parent 593bd594e3
commit e00535a2a4
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ export function captureLogOutputForCommand(argv: Arguments) {
/** Path to the log file location. */
const logFilePath = join(getRepoBaseDir(), '.ng-dev.log');
// Strip ANSI escape codes from log outputs.
LOGGED_TEXT = LOGGED_TEXT.replace(/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]/g, '');
writeFileSync(logFilePath, LOGGED_TEXT);
// For failure codes greater than 1, the new logged lines should be written to a specific log