fix: use relative path for threadman_thread import

This commit is contained in:
Blaine Bublitz
2021-01-17 14:53:03 -07:00
parent 6a220e9f63
commit 8200b9fd80

View File

@@ -22,7 +22,7 @@
const MEM_SIZE = 25; // Memory size in 64K Pakes (1600Kb)
import thread from "ffjavascript/src/threadman_thread";
import thread from "./threadman_thread.js";
import os from "os";
class Deferred {