Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c7f237b

Browse files
authored
Merge pull request #1498 from microsoft/dev/bemcmorr/add-verbose-output-regex
Add additional verbose output regex
2 parents 3777ed7 + b390639 commit c7f237b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arduino/arduino.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,8 @@ export class ArduinoApp {
782782
/^Picked\sup\sJAVA_TOOL_OPTIONS:\s+/,
783783
/^\d+\d+-\d+-\d+T\d+:\d+:\d+.\d+Z\s(?:INFO|WARN)\s/,
784784
/^(?:DEBUG|TRACE|INFO)\s+/,
785+
// 2022-04-09 22:48:46.204 Arduino[55373:2073803] Arg 25: '--pref'
786+
/^[\d\-.:\s]*Arduino\[[\d:]*\]/,
785787
];
786788
for (const f of filters) {
787789
if (line.match(f)) {

0 commit comments

Comments
 (0)