extend debug log

This commit is contained in:
martin-mfg
2026-04-19 19:34:02 +02:00
parent 00f5ac900e
commit 5ccb799198
+1 -1
View File
@@ -30,7 +30,7 @@ const parsePATsFromEnv = (env) => {
const getDefaultEnv = () => {
console.log((typeof process !== "undefined") + " | " + process?.env);
if (typeof process !== "undefined" && process?.env) {
console.log("if branch");
console.log("if branch, returning " + JSON.stringify(process.env));
return process.env;
}
console.log("else branch");