UPDATE error message

This commit is contained in:
RecuencoJones
2019-03-25 20:46:51 +01:00
parent 6234737be2
commit 444a19000c

View File

@@ -22,7 +22,7 @@ module.exports = ({ argv, exit }) => {
}); });
} }
} else { } 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); exit(1);
} }
}; };