diff --git a/helpers/scanner/scan.mjs b/helpers/scanner/scan.mjs index 4a4e7cd..863fd0a 100644 --- a/helpers/scanner/scan.mjs +++ b/helpers/scanner/scan.mjs @@ -392,9 +392,14 @@ export class AppScan { status: 'loading' }) - this.file = await this.fileLoader() - // console.log( 'File:', this.file ) + this.file = await this.loadFile() + + this.sendMessage({ + message: '📚 Extracting from archive...', + status: 'scanning', + data: this.file + }) this.bundleFileEntries = await this.readFileBlob( this.file )