Merge branch 'drive-tree-ui' into 2025.12-test

This commit is contained in:
yflory 2026-02-04 14:56:55 +01:00
commit 89c784e60b
2 changed files with 2 additions and 2 deletions

View File

@ -849,7 +849,7 @@ const factory = (Util, Hash,
if (err || duplicateError) {
return void cb(err || duplicateError);
}
cb();
if (typeof(cb) === "function") { cb(); }
});
};
exp.restore = function (path, cb) {

File diff suppressed because one or more lines are too long