mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make scan imports relative for Worker compat
This commit is contained in:
parent
d37603fcd5
commit
6de839a6d6
5 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ import { Reader } from './endian-reader'
|
|||
|
||||
import { constants } from './constants'
|
||||
|
||||
import { MAGIC } from '~/helpers/macho/macho.magic.js'
|
||||
import { MAGIC } from '../../../macho/macho.magic.js'
|
||||
|
||||
function determineMagicBits ( magic ) {
|
||||
for ( const [ key, value ] of Object.entries( MAGIC ) ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue