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 4442dc0 commit c9054cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ describe("SpawnCleanMacOs function", () => {

fs.chmodSync(starskyMockApp, "755");

console.log("chmod done");

const result = await ExecuteCodesignCommand("./starsky", "./starsky");

expect(result).toBeUndefined();
Expand Down

0 comments on commit c9054cb

Please sign in to comment.