From b69259e83b23f4c11186e61e150f122d79b56d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20W=C3=A4rns=C3=A4ter?= Date: Wed, 4 Aug 2021 15:16:41 +0200 Subject: [PATCH] swapped print to console.log --- common.jake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.jake b/common.jake index fcc482251..d01fe744c 100644 --- a/common.jake +++ b/common.jake @@ -189,7 +189,7 @@ function handleSetupEnvironmentError(e) { if (String(e).indexOf("require error") == -1) { - print("setupEnvironment warning: " + e); + console.log("setupEnvironment warning: " + e); //throw e; } }