mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Simplify macho parser error
This commit is contained in:
parent
496d2ac5c1
commit
a7c84c50a5
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
|||
|
||||
return meta
|
||||
} catch ( err ) {
|
||||
console.log( 'Macho parser failed', Parser, err )
|
||||
console.log( 'Macho parser failed', Parser )
|
||||
|
||||
// throw new Error( 'Macho parser failed' )
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue