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:
@@ -27,8 +27,8 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
this.loadLogs();
|
||||
this.flushBuffer = debounce(this.flushNow, 250, { maxWait: 1000 });
|
||||
this.loadLogs();
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.es.close();
|
||||
|
||||
Reference in New Issue
Block a user