Skip to content

Commit

Permalink
fix hawk tuah
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Nov 15, 2024
1 parent 43907d1 commit 468ee51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/workers/vips.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { log } from "$lib/logger";
import { type WorkerMessage, type OmitBetterStrict } from "$lib/types";
import Vips from "wasm-vips";

Expand Down Expand Up @@ -35,7 +34,7 @@ const handleMessage = async (
}
};

log(["libvips", "worker"], "worker loaded");
console.log("worker loaded");

onmessage = async (e) => {
const message: WorkerMessage = e.data;
Expand Down

0 comments on commit 468ee51

Please sign in to comment.