remove XXX after review

pull/1/head
ansuz 7 years ago
parent bc3fe4f32c
commit ed8f9e4e3f

@ -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) {

Loading…
Cancel
Save