Change endsPattern for 'func-watch' (#676)

This 'endsPattern' is a signal that debugging can start, but turns out we may have been doing it too soon on some people's computers.
This commit is contained in:
Eric Jizba 2018-10-01 22:08:37 +00:00 коммит произвёл GitHub
Родитель f2c09d8eb5
Коммит 5079799240
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -507,7 +507,7 @@
"background": {
"activeOnStart": true,
"beginsPattern": "^.*(Job host stopped|signaling restart).*$",
"endsPattern": "^.*(?:Application|Job host) started.*$"
"endsPattern": "^.*Host lock lease acquired by instance ID.*$"
},
"severity": "error"
}