Skip to content

Commit

Permalink
add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 11, 2024
1 parent c9054cb commit 6a97cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starskydesktop/src/app/child-process/spawn-clean-mac-os.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export function ExecuteCodesignCommand(
appStarskyPath,
];

logger.info(`appStarskyPath: ${appStarskyPath} - codesign: ${codesign}`);

const options = {
cwd: path.dirname(appStarskyPath),
detached: true,
Expand Down

0 comments on commit 6a97cd5

Please sign in to comment.