diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 3fee1109b..7057f6d62 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -155,6 +155,7 @@ function warnOnDeprecatedApi(apiName, stack, ...suggestions) { "%c\u251c This API will be removed in Deno 2.0. Make sure to upgrade to a stable API before then.", "color: yellow;", ); + for (let i = 0; i < suggestions.length; i++) { const suggestion = suggestions[i]; console.error("%c\u2502", "color: yellow;"); |