added a message about delay

This commit is contained in:
antelle 2021-01-30 21:37:09 +01:00
parent 4449677e36
commit 73eccd5308
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ class AutoTypeEmitter {
this.withCallback(Promise.resolve());
}
setDelay(delay) {
// TODO: set delay to {delay} milliseconds between keystrokes
setDelay() {
this.callback('Not implemented');
}
withCallback(promise) {