Print pending id
This commit is contained in:
parent
0295b5633f
commit
0cd2e9175f
2 changed files with 7 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ export class SafeFileSystemOperations implements FileSystemOperations {
|
|||
/**
|
||||
* Decorate an operation to ensure that the file exists before running it.
|
||||
* If the operation fails, it will check if the file still exists and throw
|
||||
* a FileNotFoundError if it doesn't
|
||||
* a FileNotFoundError if it doesn't.
|
||||
*/
|
||||
private async safeOperation<T>(
|
||||
path: RelativePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue