Commit f4ab2b17 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents d152afda 77ec7dae
......@@ -219,7 +219,9 @@ var receiveDecks = function(files, callback) {
});
}
done();
}, callback);
}, (err) => {
callback(err, result);
});
}
//建立一个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