Skip to content

Commit 4c9d72c

Browse files
committed
fix(@angular/cli): remove extra space in Unable to find compatible package during ng add
(cherry picked from commit b7e2923)
1 parent da087a5 commit 4c9d72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/add-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class AddCommand extends SchematicCommand<AddCommandSchema> {
168168
}
169169

170170
if (!newIdentifier) {
171-
spinner.warn("Unable to find compatible package. Using 'latest' tag.");
171+
spinner.warn("Unable to find compatible package. Using 'latest' tag.");
172172
} else {
173173
packageIdentifier = newIdentifier;
174174
spinner.succeed(

0 commit comments

Comments
 (0)