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