Message extraction start

This commit is contained in:
Sam Carlton 2022-08-20 22:38:15 -05:00
parent 6d0fafd041
commit c883fe85d6

View file

@ -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 )