This commit is contained in:
Paul Merlin 2020-06-13 13:54:27 +02:00
parent 5c61ab77ec
commit 6cee865aea
6 changed files with 18 additions and 22 deletions

View file

@ -16,7 +16,7 @@ export async function execute(
if (line.startsWith('Publishing build scan...')) {
publishing = true
}
if (publishing && line.length == 0) {
if (publishing && line.length === 0) {
publishing = false
}
if (publishing && line.startsWith('http')) {