There was an error while loading. Please reload this page.
1 parent bb8688d commit 4027070Copy full SHA for 4027070
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