We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc83ac + 71edcbf commit f9f11baCopy full SHA for f9f11ba
1 file changed
tests/045_xmlParsing.tests.ts
@@ -66,6 +66,7 @@ describe('XML stats parsing/abstraction', async function () {
66
.catch((err) => {
67
// catch any errors
68
logger.error(err);
69
+ console.error(err);
70
});
71
72
// write the output to a file for example/demo purposes
0 commit comments