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