Skip to content

Commit 5482d37

Browse files
authored
testing: fix task endPattern for iBazel (#1813)
The task end pattern was only configured to support single digit tasks
1 parent 8d53099 commit 5482d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"background": {
3131
"activeOnStart": true,
3232
"beginsPattern": "^iBazel \\[\\d{1,2}:\\d{1,2}(?:AM|PM)\\]: Querying for files to watch.*",
33-
"endsPattern": "^INFO: Build completed successfully, \\d total action(s)?"
33+
"endsPattern": "^INFO: Build completed successfully, \\d+ total action(s)?"
3434
}
3535
}
3636
},

0 commit comments

Comments
 (0)