Authored by xuqi

remove resolve

@@ -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
1 { 1 {
2 "name": "yoho-zookeeper", 2 "name": "yoho-zookeeper",
3 - "version": "1.0.3", 3 + "version": "1.0.4",
4 "description": "yoho zookeeper", 4 "description": "yoho zookeeper",
5 "main": "index.js", 5 "main": "index.js",
6 "keywords": [ 6 "keywords": [