mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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
|
// Run through each parser
|
||||||
for ( const Parser of parsers ) {
|
for ( const Parser of parsers ) {
|
||||||
|
console.log( 'Trying parser', Parser.name )
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const parserTimeout = setTimeout(() => {
|
const parserTimeout = setTimeout(() => {
|
||||||
throw new Error( 'Timed out' )
|
throw new Error( 'Timed out' )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue