We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7791798 commit 125c4c3Copy full SHA for 125c4c3
test/runTests.ts
@@ -29,7 +29,7 @@ async function main() {
29
});
30
} catch (err) {
31
// tslint:disable-next-line:no-console
32
- console.error("Failed to run tests");
+ console.error(`Failed to run tests: ${err}`);
33
process.exit(1);
34
}
35
0 commit comments