debug
This commit is contained in:
@@ -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...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user