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 428c4b8 commit f79eef9Copy full SHA for f79eef9
customNodeCMD/index.js
@@ -35,7 +35,7 @@ Display custom message instead default node progress bar
35
*/
36
37
function getCommand (command, installOrUninstall, finalCommand) {
38
- console.log(`${installOrUninstall}ling Packages...`)
+ console.log(`${installOrUninstall}ing Packages...`)
39
return new Promise((resolve, reject) => {
40
const subproc = spawn(command, {
41
stdio: 'inherit',
0 commit comments