mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 02:30:33 +00:00
🐛 Replace panic
with a warning log in pro
command
This commit is contained in:
@@ -64,7 +64,7 @@ func updateLicense(licenseKey string) {
|
||||
config.Config.License = licenseKey
|
||||
err := config.WriteConfig(&config.Config)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
log.Warn().Err(err).Send()
|
||||
}
|
||||
|
||||
go func() {
|
||||
|
Reference in New Issue
Block a user