Commit 77ec7dae authored by nanahira's avatar nanahira

fix

parent 234dbad5
...@@ -219,7 +219,9 @@ var receiveDecks = function(files, callback) { ...@@ -219,7 +219,9 @@ var receiveDecks = function(files, callback) {
}); });
} }
done(); done();
}, callback); }, (err) => {
callback(err, result);
});
} }
//建立一个http服务器,接收API操作 //建立一个http服务器,接收API操作
......
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