mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 20:59:28 +00:00
UPDATE error message
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = ({ argv, exit }) => {
|
||||
});
|
||||
}
|
||||
} else {
|
||||
console.log('Invalid command to go-npm. `install` and `uninstall` are the only supported commands');
|
||||
console.log('No command supplied. `install` and `uninstall` are the only supported commands');
|
||||
exit(1);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user