| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-12 02:59:24 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-05-12 02:59:24 UTC |
| parent | a31c76c59703ae2ca3dacd0baf22e5b5da19d7c9 |
| borogove/Util.hx | +1 | -1 |
diff --git a/borogove/Util.hx b/borogove/Util.hx index 9ee7538..bbe8d27 100644 --- a/borogove/Util.hx +++ b/borogove/Util.hx @@ -30,7 +30,7 @@ class DummyRequireMacro { #end function setupTrace() { -#if js +#if (js && !test) haxe.Log.trace = (v, ?infos) -> { #if nodejs if (!js.Syntax.code("globalThis.process?.env?.BOROGOVE_DEBUG")) return;