From 43a68abd88b4307d629f3eaee4b83709a2688aba Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 20 Dec 2019 02:16:56 +0100 Subject: add a comment so it's not just an array floating around --- webAO/client.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index f6257e6..ca995d1 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -826,6 +826,7 @@ class Client extends EventEmitter { * @param {Array} args list of features */ handleFL(args) { + console.info("Server-supported features:"); console.info(args); } -- cgit