diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-05 08:45:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 08:45:55 +1000 |
commit | 195b17ae1298f80209e3c2c5ef4d133e6975ff58 (patch) | |
tree | f9a059722830aa408ecd8f9f7e63180455eb14aa /tests/testdata/run/warn_on_deprecated_api/main.out | |
parent | c32d692a8f37c50fd700bb320571f76a107a44c2 (diff) |
BREAKING(types): soft-remove `Deno.run()` (#25403)
Towards #22079
Diffstat (limited to 'tests/testdata/run/warn_on_deprecated_api/main.out')
-rw-r--r-- | tests/testdata/run/warn_on_deprecated_api/main.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/run/warn_on_deprecated_api/main.out b/tests/testdata/run/warn_on_deprecated_api/main.out index ff44c885f..ef85a6f99 100644 --- a/tests/testdata/run/warn_on_deprecated_api/main.out +++ b/tests/testdata/run/warn_on_deprecated_api/main.out @@ -1,5 +1,4 @@ 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 |