There was an error while loading. Please reload this page.
1 parent 3a44611 commit 964abe3Copy full SHA for 964abe3
packages/schematics/update/update/index.ts
@@ -489,7 +489,7 @@ function _usageMessage(
489
command += ' --next';
490
}
491
492
- return [name, `${info.installed.version} -> ${version}`, command];
+ return [name, `${info.installed.version} -> ${version} `, command];
493
})
494
.filter(x => x !== null)
495
.sort((a, b) => a && b ? a[0].localeCompare(b[0]) : 0);
0 commit comments