[ https://issues.apache.org/jira/browse/CB-6159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919024#comment-13919024 ]
ASF subversion and git services commented on CB-6159: ----------------------------------------------------- Commit 76a445f3f6ac2a14d11809e8e1a334d1b41eb52e in cordova-plugman's branch refs/heads/master from [~agrieve] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=76a445f ] CB-6159 Fix incorrect "success" message when publishing fails. Problem was introduced by promise refactoring. > `plugman publish` Succeeds with "plugin published" even when it fails > --------------------------------------------------------------------- > > Key: CB-6159 > URL: https://issues.apache.org/jira/browse/CB-6159 > Project: Apache Cordova > Issue Type: Bug > Components: Plugman > Reporter: Andrew Grieve > > Discovered when trying to publish without running `adduser`. Repro with: > {code} > rm ~/.plugman/config > plugman publish cordova-plugin-file > {code} > What you see: > {code} > Plugin published > {code} > What you see when it *actually* publishes: > {code} > Plugin published > + org.apache.cordova.file-transfer@0.4.2 > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)