From 425d02287a243797da2baf70c0bfd61341180956 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 28 May 2017 16:25:26 +0200 Subject: 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 --- yarn.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 5274f2160..c155f1a7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6498,6 +6498,12 @@ text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" +throng@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/throng/-/throng-4.0.0.tgz#983c6ba1993b58eae859998aa687ffe88df84c17" + dependencies: + lodash.defaults "^4.0.1" + through@2, through@^2.3.6: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" -- cgit