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 0ffe8b9 commit 7fc2839Copy full SHA for 7fc2839
src/index.js
@@ -74,7 +74,7 @@ program
74
await indexUrl(url);
75
}
76
77
- console.log(`Indexed ${urls.length} urls`);
+ console.log(`Succesfully indexed ${urls.length} urls`);
78
});
79
80
program.parse(process.argv);
0 commit comments