Bugfix for wasm builds

master
Noah 2020-09-01 20:53:05 -07:00
parent ec7e58ef4c
commit 70ac284894
1 changed files with 1 additions and 3 deletions

View File

@ -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