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
1f1adde7f9
commit
ae3f9e9b64
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
||||||
|
|
||||||
return meta
|
return meta
|
||||||
} catch ( err ) {
|
} catch ( err ) {
|
||||||
console.log( 'Macho parser failed', Parser, err )
|
console.log( 'Macho parser failed', Parser )
|
||||||
|
|
||||||
// throw new Error( 'Macho parser failed' )
|
// throw new Error( 'Macho parser failed' )
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue