-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[msal-extensions] Extensions #2 #1831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sangonzal
commented
Jun 25, 2020
•
edited
Loading
edited
- Add cross platform lock
- Add constant file
const processId = pid.toString(); | ||
for (let tryCount = 0; tryCount < this.retryNumber; tryCount++) | ||
try { | ||
console.log("Pid " + pid + " trying to acquire lock"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every console.log statement will be switched over to using the msal-common logger in upcoming PR
Depending on the timeline, would like to see some form of unit testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree on tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. +1 on tests.