@extscreen/es-core 2.2.15 → 2.2.16
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2338,11 +2338,11 @@ class ESLaunchManager {
|
|
2338
2338
|
}
|
2339
2339
|
|
2340
2340
|
launchNativeApp(paramsArray) {
|
2341
|
-
ESModule$1.launchNativeApp(paramsArray);
|
2341
|
+
return ESModule$1.launchNativeApp(paramsArray);
|
2342
2342
|
}
|
2343
2343
|
|
2344
2344
|
launchNativePage(intent) {
|
2345
|
-
ESModule$1.launchESPage({
|
2345
|
+
return ESModule$1.launchESPage({
|
2346
2346
|
args: intent
|
2347
2347
|
});
|
2348
2348
|
}
|