From a7baf5f2bbb50dc0cb571de141b800b9155faca7 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 11 Oct 2021 08:26:22 +1100 Subject: refactor: integrate deno_graph into CLI (#12369) --- cli/tests/testdata/workers/nonexistent_worker.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/workers/nonexistent_worker.out') diff --git a/cli/tests/testdata/workers/nonexistent_worker.out b/cli/tests/testdata/workers/nonexistent_worker.out index 99e94bfc9..5280e22d1 100644 --- a/cli/tests/testdata/workers/nonexistent_worker.out +++ b/cli/tests/testdata/workers/nonexistent_worker.out @@ -1,3 +1,3 @@ -[WILDCARD]error: Uncaught (in worker "") Cannot resolve module "file:///[WILDCARD]/workers/doesnt_exist.js". +[WILDCARD]error: Uncaught (in worker "") Cannot load module "file:///[WILDCARD]/workers/doesnt_exist.js". error: Uncaught (in promise) Error: Unhandled error event in child worker. at Worker.#pollControl ([WILDCARD]) -- cgit v1.2.3