From 3d7a4e708efd61b77c2148db3d988b0969a74344 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Wed, 05 Oct 2022 13:26:39 +0000 Subject: [PATCH] Add console output. --- --- a/tests/scripts/readyness.js +++ b/tests/scripts/readyness.js @@ -25,6 +25,7 @@ } catch(e) { await sleep(10000); + console.log(e); } } } -- gitstuff