Commit ae267328 authored by yann300's avatar yann300

standard

parent 6fa383f0
...@@ -13,7 +13,7 @@ module.exports = { ...@@ -13,7 +13,7 @@ module.exports = {
list: function (args, cb) { list: function (args, cb) {
try { try {
cb(null, utils.walkSync(this.sharedFolder, {}, this.sharedFolder)) cb(null, utils.walkSync(this.sharedFolder, {}, this.sharedFolder))
} catch (e) { } catch (e) {
cb(e.message) cb(e.message)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment