Skip to content

Commit

Permalink
Spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arushikesarwani94 committed Jul 7, 2023
1 parent a41d67b commit e37e365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function createInstallError(error: Error & {stderr: string}) {
}

return new CLIError(
`Failed to install the app.${message || ''}`,
`Failed to install the app.${message ? ' ' + message : ''}`,
error.message.length > 0 ? undefined : error,
);
}
Expand Down

0 comments on commit e37e365

Please sign in to comment.