Skip to content

Commit f79eef9

Browse files
committed
Fix ${installOrUninstall} msg
1 parent 428c4b8 commit f79eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customNodeCMD/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Display custom message instead default node progress bar
3535
*/
3636

3737
function getCommand (command, installOrUninstall, finalCommand) {
38-
console.log(`${installOrUninstall}ling Packages...`)
38+
console.log(`${installOrUninstall}ing Packages...`)
3939
return new Promise((resolve, reject) => {
4040
const subproc = spawn(command, {
4141
stdio: 'inherit',

0 commit comments

Comments
 (0)