Missed an await

This commit is contained in:
David Baker 2020-03-01 14:19:34 +00:00
parent 638fcabf16
commit 5b3ecd34a3

View file

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