fix: Build asset file from results sequentially
This commit is contained in:
parent
3d3d8bdfca
commit
6df9fd2bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ async function execute() {
|
|||
log("Watching for changes...");
|
||||
}
|
||||
for (const result of results) {
|
||||
write_assets_json(result.metafile);
|
||||
await write_assets_json(result.metafile);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue