You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ class WechatyResolver implements resolverManager.Resolver {
44
44
this.listener.onError({
45
45
code: GrpcStatus.UNAVAILABLE,
46
46
details: `Wechaty service discovery / resolution failed for target ${uriToString(
47
-
this.target
47
+
this.target,
48
48
)}: ${reason}`,
49
49
metadata: newMetadata(),
50
50
})
@@ -61,9 +61,9 @@ class WechatyResolver implements resolverManager.Resolver {
61
61
token : this.target.path,// `__token__` in `wechaty://api.chatie.io/__token__`
62
62
}).discover()
63
63
}catch(e){
64
-
log.warn('WechatyResolver','updateResolution() wechatyToken.discover() error for target '+uriToString(this.target)+' due to error '+e.message)
64
+
log.warn('WechatyResolver','updateResolution() wechatyToken.discover() error for target '+uriToString(this.target)+' due to error '+(easError).message)
65
65
console.error(e)
66
-
this.reportResolutionError(e.message)
66
+
this.reportResolutionError((easError).message)
67
67
}
68
68
69
69
if(!address||!address.port){
@@ -83,7 +83,7 @@ class WechatyResolver implements resolverManager.Resolver {
0 commit comments