mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix: update expected output for config auto-discovery debug log (#17514)
This commit is contained in:
parent
0204071e30
commit
1084027d50
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue