We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d88e3d commit 7261d6fCopy full SHA for 7261d6f
src/createGACFile.ts
@@ -26,6 +26,7 @@ export async function createGacFile(googleApplicationCredentials: string) {
26
}
27
28
catch (e) {
29
+ console.log("debug: failed checking file existence with error %O", e);
30
// googleApplicationCredentials is not a path to a file
31
32
const tmpFile = fileSync({ postfix: ".json" });
0 commit comments