fix(@angular/cli): missing parenthesis in RxJs compat warning (#10313)

This commit is contained in:
Michael Prentice 2018-04-13 19:36:43 -04:00 committed by Hans
parent f2aeb37b51
commit 227c63b3b9

View File

@ -112,7 +112,7 @@ export class Version {
&& !rxjsVersion.isGreaterThanOrEqualTo(new SemVer('6.0.0-beta.0'))
) {
console.warn(bold(red(tags.stripIndents`
This project uses a temporary compatibility version of RxJs (${rxjsVersion}.
This project uses a temporary compatibility version of RxJs (${rxjsVersion}).
Please visit the link below to find instructions on how to update RxJs.
https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit#