1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 03:27:29 +01:00

Fixes nil pointer exception

This commit is contained in:
Amir Raminfar
2021-05-26 13:52:14 -07:00
parent fc4a3d90d5
commit 6bde7be53c

View File

@@ -27,8 +27,8 @@ export default {
};
},
created() {
this.loadLogs();
this.flushBuffer = debounce(this.flushNow, 250, { maxWait: 1000 });
this.loadLogs();
},
beforeDestroy() {
this.es.close();