We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890de9e commit f7b6d12Copy full SHA for f7b6d12
packages/core/src/awsService/ec2/remoteSessionManager.ts
@@ -32,7 +32,7 @@ export class Ec2SessionTracker extends Map<EC2.InstanceId, SSM.SessionId> implem
32
}
33
34
public async dispose(): Promise<void> {
35
- await mapOverMap(this, async (_, instanceId) => await this.disconnectEnv(instanceId))
+ await mapOverMap(this, async (instanceId, _sessionId) => await this.disconnectEnv(instanceId))
36
37
38
public isConnectedTo(instanceId: EC2.InstanceId): boolean {
0 commit comments