Skip to content

Commit

Permalink
Log removal of containers. (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphoff authored Jan 10, 2019
1 parent ef603c2 commit 3955b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debugging/coreclr/dockerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ export class DefaultDockerManager implements DockerManager {
try {
await this.dockerClient.removeContainer(containerId, { force: true });

this.dockerOutputManager.appendLine(`Container ${this.dockerClient.trimId(containerId)} removed.`);

return undefined;
} catch {
return containerId;
Expand Down

0 comments on commit 3955b3f

Please sign in to comment.