Log parser start

This commit is contained in:
Sam Carlton 2022-07-21 21:31:21 -05:00
parent 62a5b430e1
commit f499b3eecb

View file

@ -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' )