Skip to content

Commit 2b05c00

Browse files
author
Bryan Clark
committed
logging code
1 parent 96236d7 commit 2b05c00

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async function write(directory: string, settings: string) {
5555
// default flag is 'w'
5656
return fs.writeFileSync(location, settings, {encoding: 'utf-8'});
5757
}
58+
console.log(`code ${e.code} and O_EXCL ${fs.constants.O_EXCL}`);
5859
throw e;
5960
}
6061
}

0 commit comments

Comments
 (0)