mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(lsp): regression - error when removing file (#16388)
This commit is contained in:
parent
15744e2a0c
commit
8864a1d10f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ delete Object.prototype.__proto__;
|
|||
|
||||
releaseDocumentWithKey(path, key, _scriptKind, _impliedNodeFormat) {
|
||||
const mapKey = path + key;
|
||||
documentRegistrySourceFileCache.remove(mapKey);
|
||||
documentRegistrySourceFileCache.delete(mapKey);
|
||||
},
|
||||
|
||||
reportStats() {
|
||||
|
|
Loading…
Reference in a new issue