mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-16 17:31:58 +00:00
🐛 Replace panic
with a warning log in pro
command
This commit is contained in:
parent
c32a13094e
commit
b90edfe1fb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user