From a2437eafb1a2d7f39c7e816a693ec4f03654b636 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 20aec7d..67c6335 100644 --- a/backend.js +++ b/backend.js @@ -815,6 +815,10 @@ class Backend extends EventEmitter { async download(item) { return download(item, this.getRecordFor(item)) } + + showLogMessage(text) { + this.emit('log message', text) + } } module.exports = Backend -- cgit 1.3.0-6-gf8a5