Skip to content

Commit 7261d6f

Browse files
committed
chore: add debug print
1 parent 9d88e3d commit 7261d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/createGACFile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export async function createGacFile(googleApplicationCredentials: string) {
2626
}
2727
}
2828
catch (e) {
29+
console.log("debug: failed checking file existence with error %O", e);
2930
// googleApplicationCredentials is not a path to a file
3031
}
3132
const tmpFile = fileSync({ postfix: ".json" });

0 commit comments

Comments
 (0)