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; } }