summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts2
1 files changed, 1 insertions, 1 deletions
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: (