Skip to content

Commit

Permalink
docs: typo on catch statement inside Postgrator migration example (#5007
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alessandrob88 committed Aug 30, 2023
1 parent a250c39 commit 9b3ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ async function migrate() {

process.exitCode = 0
} catch(err) {
console.error(error)
console.error(err)
process.exitCode = 1
}

Expand Down

0 comments on commit 9b3ca58

Please sign in to comment.