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
`message size exceeds the limit of ${messageLimit} bytes, please contact 1Password at [email protected] or https://developer.1password.com/joinslack if you need help."`,
140
136
);
141
137
}
142
-
try{
143
-
returnawaitthis.inner.invoke(serializedConfig);
144
-
}catch(e){
145
-
throwError(easstring);
146
-
}
138
+
returnthis.inner.invoke(serializedConfig);
147
139
}
148
140
149
141
publicinvoke_sync(config: InvokeConfig): string{
@@ -155,11 +147,7 @@ export class SharedCore {
155
147
`message size exceeds the limit of ${messageLimit} bytes, please contact 1Password at [email protected] or https://developer.1password.com/joinslack if you need help.`,
156
148
);
157
149
}
158
-
try{
159
-
returninvoke_sync(serializedConfig);
160
-
}catch(e){
161
-
throwError(easstring);
162
-
}
150
+
returninvoke_sync(serializedConfig);
163
151
}
164
152
165
153
publicreleaseClient(clientId: number): void{
@@ -171,7 +159,24 @@ export class SharedCore {
171
159
/**
172
160
* Represents the client instance on which a call is made.
0 commit comments