make stdout unbuffered (#1355)

This commit is contained in:
Yoshiya Hinosawa 2018-12-23 13:53:29 +09:00 committed by Ryan Dahl
parent cbee2895b3
commit bee55fcd20
10 changed files with 44 additions and 2 deletions

View file

@ -0,0 +1,3 @@
import { stdout } from "deno";
stdout.write(new TextEncoder().encode("a"));