Skip to content

Commit

Permalink
Fixed issue on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Aug 17, 2017
1 parent 83b8380 commit 53ea56a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/signer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ async function _sign(body, gpgKey) {
signature += l;
}
});
if (!save) {
signature = z.join(''); // MacOSX Case

This comment has been minimized.

Copy link
@nic

nic Aug 17, 2017

🎉

}
resolve({
signature,
fingerPrint,
Expand Down

0 comments on commit 53ea56a

Please sign in to comment.