2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(ci): improved logging; (#5451)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-08 02:51:52 +02:00
committed by GitHub
parent 259f5f5aaa
commit 18772ed8fd
4 changed files with 17 additions and 13 deletions
+2
View File
@@ -39,6 +39,8 @@ const getUserInfo = ((userCache) => async (userEntry) => {
return userCache[email];
}
console.log(`fetch github user info [${userEntry.name}]`);
return userCache[email] = {
...userEntry,
...await getUserFromCommit(commits[0])