zalo-js-bridge
Advanced tools
Comparing version 1.11.5 to 1.11.6
# Base Library Update Logs | ||
## 1.11.6 (2021-07-20) | ||
### Bug Fixes | ||
* send log 371092e | ||
## 1.11.5 (2021-07-20) | ||
@@ -4,0 +11,0 @@ |
@@ -19,8 +19,10 @@ "use strict"; | ||
this.registerListenerEvent("h5.event.paused", "", () => { | ||
let array = this.results; | ||
this.results = []; | ||
try { | ||
this.sendLogData(array); | ||
if (this.results.length > 0) { | ||
let array = this.results; | ||
this.results = []; | ||
try { | ||
this.sendLogData(array); | ||
} | ||
catch (error) { } | ||
} | ||
catch (error) { } | ||
}); | ||
@@ -27,0 +29,0 @@ if (this.sendLogTimer) { |
{ | ||
"name": "zalo-js-bridge", | ||
"description": "A Javascript Framework for WebApp", | ||
"version": "1.11.5", | ||
"version": "1.11.6", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
89492
2232