@openfin/core 42.100.1 → 42.100.2
Sign up to get free protection for your applications and to get access to all the features.
- package/out/stub.js +1 -1
- package/package.json +1 -1
package/out/stub.js
CHANGED
@@ -15956,7 +15956,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
|
|
15956
15956
|
}).catch(() => {
|
15957
15957
|
// not supported in web, suppress the error
|
15958
15958
|
if (interopModule.wire.environment.type === 'other') {
|
15959
|
-
|
15959
|
+
resolve(undefined);
|
15960
15960
|
}
|
15961
15961
|
reject(new Error('getResult is not supported in this environment'));
|
15962
15962
|
});
|