/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/node/error_stack_internal_frames/thrown.ts
6 строк
144 B
Nathan Whitaker
fix: fix some stack frame dimming, and make the console log more aligned with cli formatting (#32399)
02 мар 2026, 17:21
Не верифицирован
02 мар 2026, 17:21
9a246ba
Код
Авторство
О чём код?
import process from "node:process"; import { readFileSync } from "node:fs"; process.nextTick(() => { readFileSync("/non/existent/file"); });