jfrog / jfrog-cli-core

Apache License 2.0
32 stars 55 forks source link

Panic on DotnetCommand.Exec #1183

Closed kriive closed 2 months ago

kriive commented 2 months ago

This block does not check if the returned callbackFunc is nil.

https://github.com/jfrog/jfrog-cli-core/blob/670986eb89356adb1613216bb4348d39f479f52c/artifactory/commands/dotnet/dotnetcommand.go#L120-L122

sverdlov93 commented 2 months ago

Hi @kriive Thanks for reporting this issue. Our apologies for the inconvenience caused by this. This PR should fix it. I will update this thread once the next release will be out.