Make scan imports relative for Worker compat

This commit is contained in:
Sam Carlton 2022-08-07 15:13:56 -05:00
parent d37603fcd5
commit 6de839a6d6
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
import { Buffer } from 'buffer/index.js'
import parseMacho from '~/helpers/macho/index.js'
import parseMacho from '../../macho/index.js'
import { Parser as MachoNodeParser } from './macho-node/parser.js'