mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try importing buffer index
This commit is contained in:
parent
24de41b513
commit
45277f8124
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ import { isString, isNonEmptyString } from '~/helpers/check-types.js'
|
|||
import { parsePlistBuffer } from '~/helpers/scanner/parsers/plist.js'
|
||||
// import { extractMachoMeta } from '~/helpers/scanner/parsers/macho.js'
|
||||
|
||||
import { Buffer } from 'buffer/'
|
||||
import { Buffer } from 'buffer/index.js'
|
||||
|
||||
// For some reason inline 'import()' works better than 'import from'
|
||||
// https://gildas-lormeau.github.io/zip.js/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue