You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Thanks for this repository, I'm learning NodeJs and this helps me.
Issue
I think there is a small issue in project cli/commander/fake-names-generator.
When we choose to save the names, the display names are different than the one shown in the console.
RootCause
I think the issue come from logNames() and saveNames() that generate two times the names in cli\commander\fake-names-generator\bin\cli.js.
Possible solution
logNames() could return the generated names and pass it to saveNames().
The text was updated successfully, but these errors were encountered:
Thanks for this repository, I'm learning NodeJs and this helps me.
Issue
I think there is a small issue in project cli/commander/fake-names-generator.
When we choose to save the names, the display names are different than the one shown in the console.
RootCause
I think the issue come from logNames() and saveNames() that generate two times the names in cli\commander\fake-names-generator\bin\cli.js.
Possible solution
logNames() could return the generated names and pass it to saveNames().
The text was updated successfully, but these errors were encountered: