Fix some typo in runtime and snapshots
Signed-off-by: Xiaodong Zhang <a4012017@sina.com>
This commit is contained in:
@@ -518,7 +518,7 @@ func (s *service) Delete(ctx context.Context, r *taskAPI.DeleteRequest) (*taskAP
|
||||
|
||||
select {
|
||||
case <-time.After(5 * time.Second):
|
||||
// Force close the container process since it didnt shutdown in time.
|
||||
// Force close the container process since it didn't shutdown in time.
|
||||
p.close()
|
||||
case <-p.waitBlock:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user