mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Tweak the output of meteor remove
This commit is contained in:
@@ -2344,8 +2344,10 @@ main.registerCommand({
|
|||||||
// Log that we removed the constraints. It is possible that there are
|
// Log that we removed the constraints. It is possible that there are
|
||||||
// constraints that we officially removed that the project still 'depends' on,
|
// constraints that we officially removed that the project still 'depends' on,
|
||||||
// which is why there are these two tiers of error messages.
|
// which is why there are these two tiers of error messages.
|
||||||
|
if (! _.isEmpty(packagesToRemove))
|
||||||
|
Console.info("");
|
||||||
_.each(packagesToRemove, function (packageName) {
|
_.each(packagesToRemove, function (packageName) {
|
||||||
Console.info("Removed top-level dependency on " + packageName + ".");
|
Console.info(packageName + ": removed dependency");
|
||||||
});
|
});
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user