aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 9de4825..a03a67d 100644
--- a/main.go
+++ b/main.go
@@ -23,6 +23,7 @@ type Opt struct {
type stateFn func(context.Context) stateFn
func (o *Opt) display(ctx context.Context, s string) {
+ go notify(s)
dl, ok := ctx.Deadline()
if !ok {
return