Skip to content

Commit

Permalink
Fixes relative import being an absolute import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 21, 2024
1 parent f9214a8 commit 758a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/emulator.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @ts-ignore
import { dynamic_import } from '../utils/misc';

await dynamic_import('/lib/libv86.js');
await dynamic_import('./lib/libv86.js');

interface MsgSendTerminal {
command: 'sendTerminal';
Expand Down

0 comments on commit 758a98f

Please sign in to comment.