Merge pull request #36 from vector-im/dbkr/missed_await

Missed an await
This commit is contained in:
David Baker 2020-03-02 10:38:08 +00:00 committed by GitHub
commit 40eec12b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ module.exports = async function(hakEnv, moduleInfo) {
}
if (hakEnv.isWin()) {
getOpenSsl(hakEnv, moduleInfo);
await getOpenSsl(hakEnv, moduleInfo);
}
};