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;
|
||||
this.worker.onmessage = (e) => {
|
||||
const message: WorkerMessage = e.data;
|
||||
log(["converters", this.name], `received message ${message.type}`);
|
||||
if (message.type === "loaded") this.ready = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue