mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Catch zipReader errors
This commit is contained in:
parent
ada3aec3f6
commit
0cfb9efe29
1 changed files with 3 additions and 0 deletions
|
|
@ -132,6 +132,9 @@ export class AppScan {
|
|||
|
||||
resolve( entries )
|
||||
})
|
||||
.catch( error => {
|
||||
reject( error )
|
||||
})
|
||||
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue