From afeda69313e0250d654986ba0203974c56b30670 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 15 Jul 2020 21:20:39 -0300 Subject: basic command log implementation --- backend.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend.js') diff --git a/backend.js b/backend.js index 3b2343e..fe7014b 100644 --- a/backend.js +++ b/backend.js @@ -866,4 +866,8 @@ export default class Backend extends EventEmitter { async download(item) { return download(item, this.getRecordFor(item)) } + + showLogMessage(text) { + this.emit('log message', text) + } } -- cgit 1.3.0-6-gf8a5