jscrambler 6.1.4 → 6.1.5
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -265,7 +265,9 @@ var _default = {
|
|
|
265
265
|
errorHandler(removeRes);
|
|
266
266
|
return _this.addApplicationSource(client, applicationId, source);
|
|
267
267
|
}).then(errorHandler).catch(function (e) {
|
|
268
|
-
|
|
268
|
+
if (debug) {
|
|
269
|
+
console.warn("Warning: Update application sources failed with ".concat(e.message));
|
|
270
|
+
}
|
|
269
271
|
});
|
|
270
272
|
|
|
271
273
|
case 27:
|