We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425a64 commit 73bc32cCopy full SHA for 73bc32c
src/drive.ts
@@ -391,7 +391,7 @@ export class FileSystemDrive implements Contents.IDrive {
391
}
392
393
private async doCopy(oldPath: string, newPath: string): Promise<void> {
394
- // Best effort, we are lacking proper APIs for copying
+ // Best effort, we are lacking proper APIs for copying
395
const oldParentHandle = await this.getParentHandle(oldPath);
396
397
const oldLocalPath = PathExt.basename(oldPath);
0 commit comments