We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be2527 commit 1183c22Copy full SHA for 1183c22
1 file changed
src/schematics/deploy/actions.ts
@@ -465,7 +465,7 @@ or the new Firebase App Hosting product https://firebase.google.com/docs/app-hos
465
open(plainText.split(': ')[1]);
466
}
467
468
- return [info.message, ...(info[tripleBeam.SPLAT as any] || [])]
+ return [info.message, ...(info[tripleBeam.SPLAT as any] || []) as any]
469
.filter((chunk) => typeof chunk === 'string')
470
.join(' ');
471
})
0 commit comments