mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Trim error messages
This commit is contained in:
parent
c04da29933
commit
e161af18cf
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
|||
|
||||
return meta
|
||||
} 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' )
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue