We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8688d commit 4027070Copy full SHA for 4027070
1 file changed
lib/org.js
@@ -60,7 +60,7 @@ function org ([cmd, orgname, username, role], cb) {
60
}).then(
61
x => cb(null, x),
62
err => err.code === 'EUSAGE' ? err.message : err
63
- )
+ ).catch(cb)
64
}
65
66
function orgSet (org, user, role, opts) {
0 commit comments