mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +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()) {
|
if (hakEnv.isWin()) {
|
||||||
getOpenSsl(hakEnv, moduleInfo);
|
await getOpenSsl(hakEnv, moduleInfo);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user