From b83979fe35ba7becbf268d038829f0aefa97d87b Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 20 May 2024 15:28:14 -0300 Subject: [PATCH] print stack --- test/browser/modular.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/browser/modular.test.js b/test/browser/modular.test.js index b56d566b3..3c3809055 100644 --- a/test/browser/modular.test.js +++ b/test/browser/modular.test.js @@ -68,6 +68,7 @@ function registerAblyModularTests(helper) { try { await scenario.action(client); } catch (error) { + console.log('thrownError:', thrownError, 'stack', thrownError.stack); thrownError = error; }