mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-22 07:40:41 +01:00
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()) {
|
||||
getOpenSsl(hakEnv, moduleInfo);
|
||||
await getOpenSsl(hakEnv, moduleInfo);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user