mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-09 01:35:34 +02:00
🐛 Add Await
This commit is contained in:
parent
e0e5337a80
commit
b5f52144b4
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue