Make Run web task beginsPattern slightly more specific

Fixes #82621
This commit is contained in:
Alex Ross 2019-10-16 12:19:42 +02:00
parent 0b69ef1e77
commit 198b3a28da

4
.vscode/tasks.json vendored
View file

@ -95,8 +95,8 @@
"pattern": {
"regexp": ""
},
"background": {
"beginsPattern": ".*node.*",
"background": {
"beginsPattern": ".*node .*",
"endsPattern": "Web UI available at .*"
}
},