remove XXX after review

This commit is contained in:
ansuz 2018-03-20 11:15:44 +01:00
parent bc3fe4f32c
commit ed8f9e4e3f

2
rpc.js
View File

@ -1043,7 +1043,7 @@ var owned_upload_complete = function (Env, safeKey, cb) {
Mkdirp(plannedPath, w(function (e /*, path */) { Mkdirp(plannedPath, w(function (e /*, path */) {
if (e) { // does not throw error if the directory already existed if (e) { // does not throw error if the directory already existed
w.abort(); w.abort();
return void cb(e); // XXX do we export Errors or strings? return void cb(e);
} }
})); }));
}).nThen(function (w) { }).nThen(function (w) {