mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Message extraction start
This commit is contained in:
parent
6d0fafd041
commit
c883fe85d6
1 changed files with 7 additions and 2 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue