Skip to content

Commit 1183c22

Browse files
committed
Quick fix for build:jasmine
1 parent 1be2527 commit 1183c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schematics/deploy/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ or the new Firebase App Hosting product https://firebase.google.com/docs/app-hos
465465
open(plainText.split(': ')[1]);
466466
}
467467
}
468-
return [info.message, ...(info[tripleBeam.SPLAT as any] || [])]
468+
return [info.message, ...(info[tripleBeam.SPLAT as any] || []) as any]
469469
.filter((chunk) => typeof chunk === 'string')
470470
.join(' ');
471471
})

0 commit comments

Comments
 (0)