mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix typo
This commit is contained in:
parent
d9e37b473c
commit
a64f83b078
2 changed files with 7 additions and 4 deletions
|
|
@ -15,7 +15,9 @@ export class MachoManiac {
|
|||
}
|
||||
|
||||
|
||||
export async function extraMachoMeta ({ machoFileInstance, FileApi = null }) {
|
||||
|
||||
|
||||
export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) {
|
||||
const parsers = [
|
||||
MachoManiac
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue