@extscreen/es-core 10000.0.7 → 10000.0.8
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1834,7 +1834,7 @@ class ES {
|
|
|
1834
1834
|
.then(() => ESDevelopManager$1.init())
|
|
1835
1835
|
.then(() => ESDisplayManager$1.init())
|
|
1836
1836
|
.then(() => ESManager$1.init())
|
|
1837
|
-
|
|
1837
|
+
.then(() => ESNetworkManager$1.init())
|
|
1838
1838
|
.then(() => ESLaunchManager$1.init(configuration.router))
|
|
1839
1839
|
} else {
|
|
1840
1840
|
return Promise.reject('configuration can not be null!')
|