diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-24 17:28:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 17:28:22 +0100 |
commit | 1084027d502d54ebf256c867fe85600b295d8a06 (patch) | |
tree | 50052487f361b8c63e03366d75f291f9fab59aaf | |
parent | 0204071e30e68f23d36c9418a4f8f230f3e79407 (diff) |
fix: update expected output for config auto-discovery debug log (#17514)
-rw-r--r-- | cli/tests/testdata/run/with_config/auto_discovery_log.out | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cli/tests/testdata/run/with_config/auto_discovery_log.out b/cli/tests/testdata/run/with_config/auto_discovery_log.out index ab5c0f689..a1f4ada1d 100644 --- a/cli/tests/testdata/run/with_config/auto_discovery_log.out +++ b/cli/tests/testdata/run/with_config/auto_discovery_log.out @@ -1,11 +1,3 @@ DEBUG RS - deno::args::config_file:529 - Config file found at '[WILDCARD]deno.jsonc' -DEBUG RS - deno::js:33 - Deno isolate init with snapshots. -DEBUG JS - args [] -DEBUG RS - deno::worker:66 - main_module [WILDCARD] -DEBUG RS - deno::proc_state:327 - Preparing module load. -DEBUG RS - deno::cache::parsed_source:156 - Loading cached module analyzer. -DEBUG RS - deno::proc_state:406 - Creating module graph. -DEBUG RS - deno::file_fetcher:551 - FileFetcher::fetch() - specifier: [WILDCARD] -DEBUG RS - deno_runtime::permissions:55 - ⚠️️ Granted read access to "[WILDCARD]" -DEBUG RS - deno::proc_state:498 - Prepared module load. +[WILDCARD] ok |