debug
parent
3bb7cad554
commit
b8b076450e
|
|
@ -50,6 +50,9 @@ func Main(ctx context.Context) error {
|
|||
keys = append(keys, k)
|
||||
}
|
||||
}
|
||||
if os.Getenv("DEBUG") == "true" {
|
||||
log.Printf("src.Main.writer.Press(%+v) (from %+v)", keys, delta)
|
||||
}
|
||||
writer.Press(keys...)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue