forked from CringeStudios/element-desktop
Missed an await
This commit is contained in:
parent
638fcabf16
commit
5b3ecd34a3
@ -28,7 +28,7 @@ module.exports = async function(hakEnv, moduleInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (hakEnv.isWin()) {
|
if (hakEnv.isWin()) {
|
||||||
getOpenSsl(hakEnv, moduleInfo);
|
await getOpenSsl(hakEnv, moduleInfo);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user