Add workaround note with link to #1180

This commit is contained in:
Karol Wrótniak
2020-02-23 15:39:43 +01:00
committed by GitHub
parent 5a3c872739
commit 494b652743

View File

@@ -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)
}
})