mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 09:51:56 +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
|
config.Config.License = licenseKey
|
||||||
err := config.WriteConfig(&config.Config)
|
err := config.WriteConfig(&config.Config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
log.Warn().Err(err).Send()
|
||||||
}
|
}
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user