chore: prepare release

This commit is contained in:
Simon Chan 2022-04-28 09:19:00 +08:00
parent c3a61f9b71
commit 35ddda4598
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
10 changed files with 75 additions and 255 deletions

View file

@ -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;