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

View File

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