Improve/fix scripts #114

Merged
raucao merged 3 commits from chore/scripts into master 2019-04-24 12:57:44 +00:00
Showing only changes of commit 6f53c8097e - Show all commits

View File

@@ -34,13 +34,12 @@ module.exports = async function(callback) {
c.ipfsHash
])
})
console.log(table.toString())
} catch(e) {
callback(e);
return;
}
console.log(table.toString())
callback()
}