diff --git a/hak/matrix-seshat/fetchDeps.js b/hak/matrix-seshat/fetchDeps.js index a628ec8..923100d 100644 --- a/hak/matrix-seshat/fetchDeps.js +++ b/hak/matrix-seshat/fetchDeps.js @@ -28,7 +28,7 @@ module.exports = async function(hakEnv, moduleInfo) { } if (hakEnv.isWin()) { - getOpenSsl(hakEnv, moduleInfo); + await getOpenSsl(hakEnv, moduleInfo); } };