mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
yarn watch: save errors in separate files, make error regex multiline aware
This commit is contained in:
@@ -434,7 +434,7 @@ function createTscCompileTask(watch) {
|
||||
// stdio: [null, 'pipe', 'inherit']
|
||||
});
|
||||
let errors = [];
|
||||
let reporter = createReporter();
|
||||
let reporter = createReporter('monaco');
|
||||
let report;
|
||||
// eslint-disable-next-line no-control-regex
|
||||
let magic = /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g; // https://stackoverflow.com/questions/25245716/remove-all-ansi-colors-styles-from-strings
|
||||
|
||||
Reference in New Issue
Block a user