mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-12 17:27:50 +08:00
eval/externalcmd.go: Remove case ws.Continued.
This commit is contained in:
parent
2108002356
commit
19a0094bb8
|
@ -107,10 +107,6 @@ func waitStatusToError(ws syscall.WaitStatus) error {
|
|||
msg += fmt.Sprintf(" (trapped %v)", trap)
|
||||
}
|
||||
return errors.New(msg)
|
||||
/*
|
||||
case ws.Continued():
|
||||
return newUnexitedStateUpdate("continued")
|
||||
*/
|
||||
default:
|
||||
return fmt.Errorf("unknown WaitStatus", ws)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user