mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-26 09:20:51 +01:00
Fix async function call
This commit is contained in:
parent
43b4f95471
commit
27c8aa6728
@ -18,7 +18,7 @@ export class FurnitureDownloader
|
||||
|
||||
public async download(directory: File, callback: (habboAssetSwf: HabboAssetSWF, className: string) => Promise<void>): Promise<void>
|
||||
{
|
||||
this._furnitureDataConverter.convertAsync();
|
||||
await this._furnitureDataConverter.convertAsync();
|
||||
|
||||
const furniData = await this.parseFurniData();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user