mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
50eaeabefb
Removes weird "frame like" characters and simplifies the output: ``` warning: Use of deprecated "Deno.isatty()" API. This API will be removed in Deno 2. Stack trace: at file:///Users/ib/dev/deno/foo.js:2:8 hint: Use `stdStream.isTerminal()` instead. warning: Use of deprecated "Deno.isatty()" API. This API will be removed in Deno 2. Stack trace: at file:///Users/ib/dev/deno/foo.js:7:8 hint: Use `stdStream.isTerminal()` instead. ``` https://github.com/denoland/deno/assets/13602871/7a6e24bf-44ec-4dbf-ac96-2af1db9f2ab9
55 lines
1.5 KiB
Text
55 lines
1.5 KiB
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.
|
|
|
|
Stack trace:
|
|
at [WILDCARD]warn_on_deprecated_api/main.js:3:16
|
|
|
|
hint: Use "Deno.Command()" API instead.
|
|
|
|
hello world
|
|
warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2.
|
|
|
|
Stack trace:
|
|
at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18)
|
|
at [WILDCARD]warn_on_deprecated_api/main.js:25:7
|
|
|
|
hint: Use "Deno.Command()" API instead.
|
|
|
|
hello world
|
|
warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2.
|
|
|
|
Stack trace:
|
|
at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18)
|
|
at [WILDCARD]warn_on_deprecated_api/main.js:26:7
|
|
|
|
hint: Use "Deno.Command()" API instead.
|
|
|
|
hello world
|
|
warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2.
|
|
|
|
Stack trace:
|
|
at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18)
|
|
at [WILDCARD]warn_on_deprecated_api/main.js:29:9
|
|
|
|
hint: Use "Deno.Command()" API instead.
|
|
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
hello world
|
|
warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2.
|
|
|
|
Stack trace:
|
|
at runEcho (http://localhost:4545/run/warn_on_deprecated_api/mod.ts:2:18)
|
|
at [WILDCARD]warn_on_deprecated_api/main.js:32:7
|
|
|
|
hint: Use "Deno.Command()" API instead.
|
|
hint: It appears this API is used by a remote dependency. Try upgrading to the latest version of that dependency.
|
|
|
|
hello world
|