Merge branch 'refs/heads/feat-cmd' into release
This commit is contained in:
commit
32bf491219
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue