We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dccd9f commit a91145fCopy full SHA for a91145f
src/cli.js
@@ -72,7 +72,7 @@ function startGeneration(argv) {
72
}
73
74
function addContribution(argv) {
75
- const username = argv._[1]
+ const username = String(argv._[1])
76
const contributions = argv._[2]
77
// Add or update contributor in the config file
78
return updateContributors(argv, username, contributions).then(data => {
0 commit comments