Showing
2 changed files
with
1 additions
and
2 deletions
@@ -36,7 +36,6 @@ const walkPath = (client, path, memory) => { | @@ -36,7 +36,6 @@ const walkPath = (client, path, memory) => { | ||
36 | (err, children, stat) => { | 36 | (err, children, stat) => { |
37 | if (err) { | 37 | if (err) { |
38 | console.log('Failed to list children of %s due to: %s', path, err); | 38 | console.log('Failed to list children of %s due to: %s', path, err); |
39 | - resolve(); | ||
40 | return; | 39 | return; |
41 | } | 40 | } |
42 | 41 |
-
Please register or login to post a comment