Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Mar 30, 2018
1 parent c1615f2 commit 05e2625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/udaru-core/database/migrate.js
Expand Up @@ -35,6 +35,6 @@ postgrator.migrate(version)
console.log(`Migrations to ${version} done`, migrations)
})
.catch(err => {
console.log(err)
console.error(err)
process.exit(1)
})

0 comments on commit 05e2625

Please sign in to comment.