🐛 Add Await

This commit is contained in:
PressJump 2022-09-29 11:49:22 +10:00
parent e0e5337a80
commit b5f52144b4

View file

@ -165,7 +165,7 @@ export async function generateBrowserUpdateFiles() {
'@type': 'complete', '@type': 'complete',
'@URL': completeMarURL, '@URL': completeMarURL,
'@hashFunction': 'sha512', '@hashFunction': 'sha512',
'@hashValue': marHash, '@hashValue': await marHash,
'@size': await getSize(marPath), '@size': await getSize(marPath),
}, },
}, },