v3 async until
This commit is contained in:
@@ -38,7 +38,7 @@ function moveOrCopyFileWithCollisionHandling(src, dst, operation, cb) {
|
||||
}
|
||||
|
||||
async.until(
|
||||
() => opOk, // until moved OK
|
||||
(callback) => callback(null, opOk), // until moved OK
|
||||
(cb) => {
|
||||
if(0 === renameIndex) {
|
||||
// try originally supplied path first
|
||||
|
||||
Reference in New Issue
Block a user