mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 10:49:24 +02:00
chore: prepare release
This commit is contained in:
parent
c3a61f9b71
commit
35ddda4598
10 changed files with 75 additions and 255 deletions
|
@ -161,7 +161,7 @@ export class AdbAuthenticationProcessor implements Disposable {
|
|||
|
||||
const result = await this.iterator.next();
|
||||
if (result.done) {
|
||||
throw new Error('Cannot authenticate with device');
|
||||
throw new Error('No authenticator can handle the request');
|
||||
}
|
||||
|
||||
return result.value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue