Fix missing semicolon

This commit is contained in:
ClemDee 2019-07-03 13:55:30 +02:00
parent 2994144320
commit a63d62595c

View File

@ -1399,7 +1399,7 @@ define([
}); });
cb(); cb();
}; };
if (paths.some(function (p) { return manager.comparePath(newPath, p) })) { return void cb(); } if (paths.some(function (p) { return manager.comparePath(newPath, p); })) { return void cb(); }
manager.move(paths, newPath, newCb, copy); manager.move(paths, newPath, newCb, copy);
}; };
// Delete paths from the drive and/or shared folders (without moving them to the trash) // Delete paths from the drive and/or shared folders (without moving them to the trash)