Small improvements
This commit is contained in:
parent
e0b83bbc7a
commit
383e2868c2
3 changed files with 6 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ export class SafeFileSystemOperations implements FileSystemOperations {
|
|||
}
|
||||
|
||||
public async getFileSize(path: RelativePath): Promise<number> {
|
||||
this.logger.debug(`Getting size of file '${path}'`);
|
||||
// Logging this would be too noisy
|
||||
return this.safeOperation(
|
||||
path,
|
||||
this.decorateToHoldLock(path, async () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue