fix: typos (#20625)

This commit is contained in:
易良
2022-09-21 00:33:53 +08:00
committed by GitHub
parent 6d6280244d
commit 4b05b90b27
2 changed files with 4 additions and 4 deletions

View File

@@ -430,7 +430,7 @@ export class ObjectExplorerService implements IObjectExplorerService {
if (resultMap.size === allProviders.length) {
resolve(self.mergeResults(allProviders, resultMap, node.nodePath));
// Have to delete it after get all reponses otherwise couldn't find session for not the first response
// Have to delete it after get all responses otherwise couldn't find session for not the first response
if (newRequest) {
delete self._sessions[session.sessionId!].nodes[node.nodePath];
}