feat: add basic forked shell record to in/out files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package miro
|
||||
|
||||
var (
|
||||
ErrRecordingDiscarded = RecordingDiscardedError{}
|
||||
)
|
||||
|
||||
type RecordingDiscardedError struct{}
|
||||
|
||||
func (RecordingDiscardedError) Error() string {
|
||||
return "recording discarded"
|
||||
}
|
||||
Reference in New Issue
Block a user