Files
bun.sh/test/js/bun/console/console-iterator-run.ts
dave caruso 9976e3f528 fix(runtime): make most globals configurable/deletable, allow resuming the console iterator (#5216)
* Fix #5177

* Fix #5175

* make most globals deletable/overridable

* not done

* cool

* a

* done

* fix test

* oops

* yippee
2023-09-13 21:39:36 -07:00

4 lines
61 B
TypeScript

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