From f156a86024fc98e63f42c1c7acccac0af10950ef Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 25 Sep 2018 01:27:02 -0400 Subject: console.warn goes to stderr (#810) --- js/libdeno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/libdeno.ts') diff --git a/js/libdeno.ts b/js/libdeno.ts index 142d779c2..8445a2d2b 100644 --- a/js/libdeno.ts +++ b/js/libdeno.ts @@ -8,7 +8,7 @@ interface Libdeno { send(msg: ArrayBufferView): null | Uint8Array; - print(x: string): void; + print(x: string, isErr?: boolean): void; setGlobalErrorHandler: ( handler: ( -- cgit v1.2.3