mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 03:16:53 +00:00
bug repair when high concurrent
This commit is contained in:
@@ -157,7 +157,7 @@ func (s *Csv) UpdateTask(t *Tunnel) error {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
return errors.New("不存在")
|
||||
return errors.New("the task is not exist")
|
||||
}
|
||||
|
||||
func (s *Csv) DelTask(id int) error {
|
||||
|
Reference in New Issue
Block a user