about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-28 16:25:26 +0200
committerGitHub <noreply@github.com>2017-05-28 16:25:26 +0200
commit425d02287a243797da2baf70c0bfd61341180956 (patch)
tree530e8925e808ad510a7b5cb3aa74e3001a698618 /package.json
parent2e429c0c25c0f82abb6a6b348195cd541052397e (diff)
Improve streaming API cluster logging (#3370)
* Improve streaming API cluster logging

* Less verbose error middleware logging (stack trace useless there)

* Fix error logging

* Prevent potential issue

* Add missing "done()" in catch of Promise.all, websocket heartbeat re-implemented like in example

* I actually forgot a done(), the absolute madman
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4bf7431e3..84e96fca4 100644
--- a/package.json
+++ b/package.json
@@ -102,6 +102,7 @@
     "sass-loader": "^6.0.3",
     "stringz": "^0.1.2",
     "style-loader": "^0.16.1",
+    "throng": "^4.0.0",
     "uuid": "^3.0.1",
     "uws": "^0.14.5",
     "webpack": "^2.4.1",