-
Notifications
You must be signed in to change notification settings - Fork 12k
update: missing space in version and command output #15784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The code in question appears to be here: angular-cli/packages/schematics/update/update/index.ts Lines 487 to 492 in ace02f6
I'm not sure if something as simple as this would fix it? return [name, `${info.installed.version} -> ${version} `, command]; It looks like there are no tests for |
I tried to write a test, but it doesn't appear that |
OK, adding that space does help and gives
And it still looks fine with non-next versions
|
Opened PR #15786 to fix this. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Unknown
Description
Note that
9.0.0-next.8ng
and9.0.0-next.9ng
are single strings without a space.🔬 Minimal Reproduction
@angular/[email protected]
ng update --next
🔥 Exception or Error
N/A
🌍 Your Environment
Anything else relevant?
OS: macOS Mojave
PM: npm
The text was updated successfully, but these errors were encountered: