From 494b652743b3a6d3bd9db33917777eb10cbfd9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Sun, 23 Feb 2020 15:39:43 +0100 Subject: [PATCH] Add workaround note with link to #1180 --- lib/units/websocket/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/units/websocket/index.js b/lib/units/websocket/index.js index 8cd3c5fbc3..31d8c943b1 100644 --- a/lib/units/websocket/index.js +++ b/lib/units/websocket/index.js @@ -561,6 +561,7 @@ module.exports = function(options) { ]) } catch(err) { + //workaround for https://github.com/openstf/stf/issues/1180 log.error('input.touchMove had an error', err.stack) } })