|
@@ -331,7 +331,7 @@ an error tuple, indistinguishable downstream from an empty search result.
|
|
|
|
|
|
|
|
Returns a tuple of the error code and the error message or password if
|
|
Returns a tuple of the error code and the error message or password if
|
|
|
successful; never nil."
|
|
successful; never nil."
|
|
|
- (let* ((res (bitwarden-runcmd cmd)))
|
|
|
|
|
|
|
+ (let* ((res (apply #'bitwarden-runcmd cmd)))
|
|
|
(cond
|
|
(cond
|
|
|
((string-match bitwarden--err-locked res)
|
|
((string-match bitwarden--err-locked res)
|
|
|
(cond
|
|
(cond
|