mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-17 12:33:27 +00:00
UPDATE error message
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user