refac: pyodide worker error handling

This commit is contained in:
Timothy J. Baek
2024-05-19 05:19:48 -07:00
parent 78cbdbc63f
commit 066789d423
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
import 'highlight.js/styles/github-dark.min.css';
import { loadPyodide } from 'pyodide';
import { tick } from 'svelte';
import PyodideWorker from '../../../workers/pyodide.worker?worker';
import PyodideWorker from '$lib/workers/pyodide.worker?worker';
export let id = '';