Catch zipReader errors

This commit is contained in:
Sam Carlton 2022-08-20 21:35:26 -05:00
parent ada3aec3f6
commit 0cfb9efe29

View file

@ -132,6 +132,9 @@ export class AppScan {
resolve( entries )
})
.catch( error => {
reject( error )
})
})
}