diff --git a/dist/index.js b/dist/index.js index 3f1a2e3a..e31c4d76 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/auth.ts b/src/auth.ts index f0d11972..1e0c4f86 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -55,6 +55,7 @@ async function write(directory: string, settings: string) { // default flag is 'w' return fs.writeFileSync(location, settings, {encoding: 'utf-8'}); } + console.log(`code ${e.code} and O_EXCL ${fs.constants.O_EXCL}`); throw e; } }