Files
bun.sh/test/bun.js/console/console-iterator-run.js
Alex Lam S.L 092b86321c log object string correctly (#1674)
use `Symbol.toStringTag` of the object or that of its `.prototype`

fixes #1584
2022-12-28 01:21:21 -08:00

4 lines
61 B
JavaScript

for await (const line of console) {
console.write(line);
}