Fix wasm junk

master
Noah 2020-04-12 17:17:12 -07:00
parent 6d7415aa25
commit ec7e58ef4c
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ package log
// WASM builds don't have a terminal to query so interactive=false for plain
// text logs to the browser console.
var interactive = false
func init() {
interactive = false
}