Try importing buffer index

This commit is contained in:
Sam Carlton 2022-07-26 23:18:57 -05:00
parent 24de41b513
commit 45277f8124
3 changed files with 3 additions and 3 deletions

View file

@ -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/