mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
fix(@angular/cli): missing parenthesis in RxJs compat warning (#10313)
This commit is contained in:
parent
f2aeb37b51
commit
227c63b3b9
@ -112,7 +112,7 @@ export class Version {
|
|||||||
&& !rxjsVersion.isGreaterThanOrEqualTo(new SemVer('6.0.0-beta.0'))
|
&& !rxjsVersion.isGreaterThanOrEqualTo(new SemVer('6.0.0-beta.0'))
|
||||||
) {
|
) {
|
||||||
console.warn(bold(red(tags.stripIndents`
|
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.
|
Please visit the link below to find instructions on how to update RxJs.
|
||||||
https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit#
|
https://docs.google.com/document/d/12nlLt71VLKb-z3YaSGzUfx6mJbc34nsMXtByPUN35cg/edit#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user