We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1ff143 + 328a9c7 commit 4c43302Copy full SHA for 4c43302
dist/index.js
@@ -243,7 +243,7 @@ var jsLogger = /*#__PURE__*/function () {
243
pending_logs = this.logs;
244
}
245
246
- if (pending_logs.length === 0) {
+ if (!pending_logs || pending_logs === 0) {
247
this.isAjaxCompleted = true;
248
this.endCheck();
249
return;
src/index.js
@@ -209,7 +209,7 @@ class jsLogger {
209
210
211
212
213
214
215
0 commit comments