mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Continue on parser fail
This commit is contained in:
parent
d7112ae322
commit
62a5b430e1
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
|||
} catch ( err ) {
|
||||
console.log( 'Macho parser failed', Parser, err.message.substring(0,100) )
|
||||
|
||||
continue
|
||||
|
||||
// throw new Error( 'Macho parser failed' )
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue