diff options
| author | sD <stoned@derpymail.org> | 2019-12-20 02:16:56 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-20 02:16:56 +0100 |
| commit | 43a68abd88b4307d629f3eaee4b83709a2688aba (patch) | |
| tree | a9f7f4673bae2452ab3e3863ce9d8d14e9acfc14 /webAO/client.js | |
| parent | 60ba711c3a8cfbb64cc7642042f4204ff552cb6f (diff) | |
add a comment so it's not just an array floating around
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 1 |
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); } |
