mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add a verbose log
This commit is contained in:
@@ -482,6 +482,7 @@ var uninstallPlugin = function (cordovaPath, name, isFromTarballUrl) {
|
||||
{ cwd: cordovaPath, env: buildCordovaEnv() });
|
||||
|
||||
if (isFromTarballUrl) {
|
||||
verboseLog('Removing plugin from the tarball plugins lock', name);
|
||||
// also remove from tarball-url-based plugins lock
|
||||
var lock = getTarballPluginsLock(cordovaPath);
|
||||
delete lock[name];
|
||||
|
||||
Reference in New Issue
Block a user