mirror of
https://github.com/directus/directus.git
synced 2026-02-16 23:01:55 -05:00
Run prettier
This commit is contained in:
@@ -5,7 +5,7 @@ export default async function migrate(direction: 'latest' | 'up' | 'down') {
|
||||
|
||||
try {
|
||||
await run(database, direction);
|
||||
} catch(err) {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
process.exit(1);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user