extend debug log
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user