Skip to content

Commit 509d3ab

Browse files
committed
fix: add more env debug
1 parent e0cf4c6 commit 509d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/codeInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class CodeInjector implements ICodeInjector {
121121
};
122122

123123
console.log(`⚙️ exec: npm ${command}`);
124-
process.env.HEAVY_DEBUG && console.log(`🪲 npm ${command} cwd:`, cwd);
124+
process.env.HEAVY_DEBUG && console.log(`🪲 npm ${command} cwd:`, cwd, 'env:', env);
125125
process.env.HEAVY_DEBUG && console.time(`npm ${command} done in`);
126126
const { stdout: out, stderr: err } = await execAsync(`${nodeBinary} ${npmPath} ${command}`, {
127127
cwd,

0 commit comments

Comments
 (0)