mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
make stdout unbuffered (#1355)
This commit is contained in:
parent
cbee2895b3
commit
bee55fcd20
10 changed files with 44 additions and 2 deletions
3
tests/unbuffered_stdout.ts
Normal file
3
tests/unbuffered_stdout.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { stdout } from "deno";
|
||||
|
||||
stdout.write(new TextEncoder().encode("a"));
|
Loading…
Add table
Add a link
Reference in a new issue