Skip to content

Commit 5c67b95

Browse files
author
DavertMik
committed
added await for check
1 parent 06b39f3 commit 5c67b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command/check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = async function (options) {
149149
if (!Object.values(checks).every(check => check === true)) {
150150
output.error("Something went wrong. Checks didn't pass.")
151151
output.print()
152-
getMachineInfo()
152+
await getMachineInfo()
153153
process.exit(1)
154154
}
155155

0 commit comments

Comments
 (0)