Skip to content

Commit

Permalink
* (bluefox) Added log outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 21, 2024
1 parent e480c3e commit 20e3b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export function npmInstall(

// System call used for update of js-controller itself,
// because during an installation the npm packet will be deleted too, but some files must be loaded even during the install process.
console.log(`[${new Date().toISOString()}] executing: "${cmd}"`);
console.log(`[${new Date().toISOString()}] executing: "${cmd}" in "${cwd}"`);
const child = exec(cmd, { cwd });

child?.stderr?.pipe(process.stderr);
Expand Down

0 comments on commit 20e3b06

Please sign in to comment.