diff options
Diffstat (limited to 'cli/tests/testdata/084_worker_custom_inspect.ts')
-rw-r--r-- | cli/tests/testdata/084_worker_custom_inspect.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/084_worker_custom_inspect.ts b/cli/tests/testdata/084_worker_custom_inspect.ts index 2e7b86a4e..27e27e51f 100644 --- a/cli/tests/testdata/084_worker_custom_inspect.ts +++ b/cli/tests/testdata/084_worker_custom_inspect.ts @@ -1,4 +1,4 @@ new Worker( - new URL("084_worker_custom_inspect_worker.ts", import.meta.url).href, + import.meta.resolve("./084_worker_custom_inspect_worker.ts"), { type: "module" }, ); |