This commit is contained in:
Sam Carlton 2022-07-18 18:05:44 -05:00
parent 14f36a314f
commit b68d6f12f6
2 changed files with 7 additions and 4 deletions

View file

@ -15,7 +15,9 @@ export class MachoManiac {
}
export async function extraMachoMeta ({ machoFileInstance, FileApi = null }) {
export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
const parsers = [
MachoManiac
]