Fix resetting
This commit is contained in:
parent
99d90d2e0c
commit
cf68ff0ec1
11 changed files with 161 additions and 56 deletions
|
|
@ -138,4 +138,8 @@ export class SafeFileSystemOperations implements FileSystemOperations {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public reset(): void {
|
||||
this.locks.reset();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue