Log identities directory

This commit is contained in:
Rogerio Chaves 2020-04-13 12:18:53 +02:00
parent 813c1cd0b0
commit 2e176b941a
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ exports.manifest = {
exports.init = function (sbot, config) {
var dir = path.join(config.path, "identities");
console.log("identities directory", config.path);
mkdirp.sync(dir);
function readKeys() {