Bugfix for wasm builds
This commit is contained in:
parent
ec7e58ef4c
commit
70ac284894
|
@ -3,6 +3,4 @@ package log
|
||||||
|
|
||||||
// WASM builds don't have a terminal to query so interactive=false for plain
|
// WASM builds don't have a terminal to query so interactive=false for plain
|
||||||
// text logs to the browser console.
|
// text logs to the browser console.
|
||||||
func init() {
|
var interactive = false
|
||||||
interactive = false
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user