Fixes & refactor
This commit is contained in:
parent
e6eedab87d
commit
f73b5ecb71
4 changed files with 54 additions and 43 deletions
|
|
@ -120,7 +120,7 @@ export class FileOperations {
|
|||
}
|
||||
|
||||
public async remove(path: RelativePath): Promise<void> {
|
||||
this.logger.debug(`Removing file: ${path}`);
|
||||
this.logger.debug(`Deleting file: ${path}`);
|
||||
return this.fs.delete(path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue