Skip to content

Commit 2ae55af

Browse files
committed
fix: add await to prevent inconsistencies
1 parent 30d2d83 commit 2ae55af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/checks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function runCheckCommand (knex, options = {}) {
3939
])
4040

4141
debug('Running check with code_name:', answers.name)
42-
checks[answers.name](knex)
42+
await checks[answers.name](knex)
4343
}
4444

4545
module.exports = {

0 commit comments

Comments
 (0)