aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-20 02:16:56 +0100
committersD <stoned@derpymail.org>2019-12-20 02:16:56 +0100
commit43a68abd88b4307d629f3eaee4b83709a2688aba (patch)
treea9f7f4673bae2452ab3e3863ce9d8d14e9acfc14 /webAO/client.js
parent60ba711c3a8cfbb64cc7642042f4204ff552cb6f (diff)
add a comment so it's not just an array floating around
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js1
1 files changed, 1 insertions, 0 deletions
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);
}