remove XXX after review
This commit is contained in:
parent
bc3fe4f32c
commit
ed8f9e4e3f
2
rpc.js
2
rpc.js
@ -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…
x
Reference in New Issue
Block a user