mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 10:57:50 +08:00
Commit a missing file.
This commit is contained in:
parent
0cac402263
commit
53745d4b9f
11
stub/badsignal.go
Normal file
11
stub/badsignal.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package stub
|
||||
|
||||
type BadSignal struct {
|
||||
Error error
|
||||
}
|
||||
|
||||
func (bs BadSignal) String() string {
|
||||
return "bad signal:" + bs.Error.Error()
|
||||
}
|
||||
|
||||
func (BadSignal) Signal() {}
|
Loading…
Reference in New Issue
Block a user