@openfin/fdc3-api 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/fdc3-api.js +1 -1
- package/package.json +1 -1
package/out/fdc3-api.js
CHANGED
|
@@ -394,7 +394,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
|
|
|
394
394
|
}).catch(() => {
|
|
395
395
|
// not supported in web, suppress the error
|
|
396
396
|
if (interopModule.wire.environment.type === 'other') {
|
|
397
|
-
|
|
397
|
+
resolve(undefined);
|
|
398
398
|
}
|
|
399
399
|
reject(new Error('getResult is not supported in this environment'));
|
|
400
400
|
});
|