esoftplay 0.0.125-u → 0.0.125-v
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/esp.ts +2 -0
- package/package.json +1 -1
package/esp.ts
CHANGED
|
@@ -162,6 +162,8 @@ const esp = {
|
|
|
162
162
|
msg = "config tidak ada domain"
|
|
163
163
|
} else if (!app.config.hasOwnProperty('salt') || app.config.salt.length == 0) {
|
|
164
164
|
msg = "config tidak ada salt"
|
|
165
|
+
} else if (!app.config.hasOwnProperty("experienceId") || app.config.experienceId.length == 0){
|
|
166
|
+
msg = "config experienceId harus diisi dengan @esoftplay/[slug]"
|
|
165
167
|
}
|
|
166
168
|
if (msg != '') {
|
|
167
169
|
let error = new Error(msg);
|