Merge branch 'refs/heads/feat-cmd' into release

This commit is contained in:
junleea 2025-03-05 19:24:31 +08:00
commit 32bf491219
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func FindShellByID(id, uid uint) []Shell {
var res []Shell
res = append(res, shell)
if result.Error != nil {
log.Fatalf("FindShellByID failed: %v", result.Error)
log.Printf("FindShellByID failed: %v", result.Error)
}
return res
}