From d0a0695fb5d34996850723f7d4b1b59c3df909c2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 00:47:22 +0100 Subject: test harness for both browser and node --- testlib/talertest.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'testlib/talertest.ts') diff --git a/testlib/talertest.ts b/testlib/talertest.ts index 5dcaff457..14074620b 100644 --- a/testlib/talertest.ts +++ b/testlib/talertest.ts @@ -82,6 +82,7 @@ export async function run() { await p; console.log(`ok ${Number(i) + 1} ${lastMsg}`); } catch (e) { + console.error(e); console.log(`not ok ${Number(i) + 1} ${lastMsg}`); } } -- cgit v1.2.3