Skip to content

Commit 5c626c6

Browse files
committed
still fixing
1 parent d79c561 commit 5c626c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { decimalToBalancedTernary, balancedTernaryToDecimal } from "./utils";
22

3-
const webWorker = new Worker(new URL('./web-worker.ts', import.meta.url));
3+
const webWorker = new Worker(new URL('./web-worker.ts'));
44
const num = document.querySelector(".numeric-input") as HTMLInputElement;
55
const base = document.querySelector(".numeric-base-select")!;
66
const outputArea = document.querySelector(".conversion-result")!;

0 commit comments

Comments
 (0)