Skip to content

Commit

Permalink
(maint) comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed May 12, 2015
1 parent b8e05f3 commit c1d1992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chocolatey/infrastructure.app/services/NugetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ public ConcurrentDictionary<string, PackageResult> uninstall_run(ChocolateyConfi
}
else
{
// continue action won't be found b/c we are not actually uninstalling (this is noop)
var result = packageUninstalls.GetOrAdd(packageVersion.Id.to_lower() + "." + packageVersion.Version.to_string(), new PackageResult(packageVersion, _fileSystem.combine_paths(ApplicationParameters.PackagesLocation, packageVersion.Id)));
if (continueAction != null) continueAction.Invoke(result);
}
Expand Down

0 comments on commit c1d1992

Please sign in to comment.