Skip to content

Commit 227c63b

Browse files
Splaktarhansl
authored andcommitted
fix(@angular/cli): missing parenthesis in RxJs compat warning (angular#10313)
1 parent f2aeb37 commit 227c63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/upgrade/version.ts

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

0 commit comments

Comments
 (0)