/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/cli/otel_basic/console_time.ts
5 строк
147 B
Bartek Iwańczuk
fix(ext/console): make timer and counter state per-instance to fix OTEL console wrapping (#32719)
15 мар 2026, 19:16
Не верифицирован
15 мар 2026, 19:16
895fa89
Код
Авторство
О чём код?
console.time("my timer"); console.timeEnd("my timer"); console.count("my counter"); console.count("my counter"); console.countReset("my counter");