mirror of https://github.com/VERT-sh/VERT.git
chore: uguhhhh debug
This commit is contained in:
parent
20949907fa
commit
d3c6a16272
|
@ -37,6 +37,7 @@ export class VipsConverter extends Converter {
|
||||||
if (!browser) return;
|
if (!browser) return;
|
||||||
this.worker.onmessage = (e) => {
|
this.worker.onmessage = (e) => {
|
||||||
const message: WorkerMessage = e.data;
|
const message: WorkerMessage = e.data;
|
||||||
|
log(["converters", this.name], `received message ${message.type}`);
|
||||||
if (message.type === "loaded") this.ready = true;
|
if (message.type === "loaded") this.ready = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue