Skip to content

Commit 5bdb4c7

Browse files
committed
Fix missing RarVM import after ES Module refactoring
1 parent 3120bba commit 5bdb4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/unrar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import { BitStream } from '../io/bitstream.js';
1616
import { ByteStream } from '../io/bytestream.js';
1717
import { ByteBuffer } from '../io/bytebuffer.js';
18-
import { VM_GLOBALMEMADDR, VM_GLOBALMEMSIZE, VM_FIXEDGLOBALSIZE, MAXWINMASK } from './rarvm.js';
18+
import { RarVM, VM_GLOBALMEMADDR, VM_GLOBALMEMSIZE, VM_FIXEDGLOBALSIZE, MAXWINMASK } from './rarvm.js';
1919

2020
const UnarchiveState = {
2121
NOT_STARTED: 0,

0 commit comments

Comments
 (0)