remove XXX after review

pull/1/head
ansuz 2018-03-20 11:15:44 +01:00
parent bc3fe4f32c
commit ed8f9e4e3f
1 changed files with 1 additions and 1 deletions

2
rpc.js
View File

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