mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 21:08:56 -05:00
9e0495baa7
This commit makes deprecation warnings less verbose by default. Only a single warnings is issued per deprecated API use. `DENO_VERBOSE_WARNINGS` env var can be provided to enable more detailed logging for each use of API including a stack trace. https://github.com/denoland/deno/assets/13602871/9c036c84-0044-4cb6-9c8e-deb641f43712
16 lines
374 B
Text
16 lines
374 B
Text
Download http://localhost:4545/run/warn_on_deprecated_api/mod.ts
|
|
warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|