@openfin/core 42.100.1 → 42.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
});
|