@bbn/bbn 1.0.147 → 1.0.148
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/bundle-webpack.js
CHANGED
|
@@ -1537,6 +1537,7 @@ var callback = function (url, res, fn, fn2, ele) {
|
|
|
1537
1537
|
var t = typeof res;
|
|
1538
1538
|
var isObj = t.toLowerCase() === 'object';
|
|
1539
1539
|
var errTitle = void 0;
|
|
1540
|
+
bbn.fn.log("CALLBACK", res);
|
|
1540
1541
|
if (isObj && res.prescript) {
|
|
1541
1542
|
/* var ok can be changed to false in prescript execution */
|
|
1542
1543
|
try {
|