Skip to content

Commit

Permalink
fix(cli): minor whitespace tuning for migration error output (#5727)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored Feb 14, 2024
1 parent 2d1f084 commit b20f121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const runMigrationCommand: CliCommandDefinition<CreateFlags> = {
if (!script) {
throw new Error(
`No migration found for "${id}" in current directory. Make sure that the migration file exists and exports a valid migration as its default export.\n
Tried the following files:\n -${candidates
Tried the following files:\n - ${candidates
.map((candidate) => candidate.relativePath)
.join('\n - ')}`,
)
Expand Down

0 comments on commit b20f121

Please sign in to comment.