From 1c2ec1f48f2cf9255f0a43f2ec3d15aeee081b33 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 10 Aug 2022 07:27:22 +1000 Subject: fix: update deno_graph to fix importing config as JSON module (#15388) Ref: denoland/deno_graph#166 --- cli/tests/testdata/035_cached_only_flag.out | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/tests/testdata/035_cached_only_flag.out') diff --git a/cli/tests/testdata/035_cached_only_flag.out b/cli/tests/testdata/035_cached_only_flag.out index aad3f2fbc..10c8611fa 100644 --- a/cli/tests/testdata/035_cached_only_flag.out +++ b/cli/tests/testdata/035_cached_only_flag.out @@ -1 +1,4 @@ error: Specifier not found in cache: "http://127.0.0.1:4545/019_media_types.ts", --cached-only is specified. + +Caused by: + Specifier not found in cache: "http://127.0.0.1:4545/019_media_types.ts", --cached-only is specified. -- cgit v1.2.3