mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Log parser start
This commit is contained in:
parent
62a5b430e1
commit
f499b3eecb
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
|||
|
||||
// Run through each parser
|
||||
for ( const Parser of parsers ) {
|
||||
console.log( 'Trying parser', Parser.name )
|
||||
|
||||
try {
|
||||
const parserTimeout = setTimeout(() => {
|
||||
throw new Error( 'Timed out' )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue