We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d2d83 commit 2ae55afCopy full SHA for 2ae55af
src/cli/checks.js
@@ -39,7 +39,7 @@ async function runCheckCommand (knex, options = {}) {
39
])
40
41
debug('Running check with code_name:', answers.name)
42
- checks[answers.name](knex)
+ await checks[answers.name](knex)
43
}
44
45
module.exports = {
0 commit comments