Merge pull request #6 from vector-im/dbkr/exit_after_importkey

Exit after importing key
This commit is contained in:
David Baker 2019-12-10 14:58:14 +00:00 committed by GitHub
commit bc73f0ba7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,7 @@ async function main() {
});
});
});
return 0;
}
if (verify && !haveGpg) {