mirror of https://github.com/VERT-sh/VERT.git
fix hawk tuah
This commit is contained in:
parent
43907d13ba
commit
468ee518fe
|
@ -1,4 +1,3 @@
|
|||
import { log } from "$lib/logger";
|
||||
import { type WorkerMessage, type OmitBetterStrict } from "$lib/types";
|
||||
import Vips from "wasm-vips";
|
||||
|
||||
|
@ -35,7 +34,7 @@ const handleMessage = async (
|
|||
}
|
||||
};
|
||||
|
||||
log(["libvips", "worker"], "worker loaded");
|
||||
console.log("worker loaded");
|
||||
|
||||
onmessage = async (e) => {
|
||||
const message: WorkerMessage = e.data;
|
||||
|
|
Loading…
Reference in New Issue