diff --git a/terminal_js.go b/terminal_js.go index f229698..0d1092c 100644 --- a/terminal_js.go +++ b/terminal_js.go @@ -3,6 +3,4 @@ package log // WASM builds don't have a terminal to query so interactive=false for plain // text logs to the browser console. -func init() { - interactive = false -} +var interactive = false