🦭 Comlink making fun of me

This commit is contained in:
2021-04-27 11:55:10 -07:00
parent 25a84b2907
commit 2d8423c516
2 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ class Import extends React.Component<IProps, IState> {
const worker = new Worker(
new URL("../workers/extractCovers.worker", import.meta.url),
);
console.log(worker);
}
public render() {