log4js-node / log4js-node

A port of log4js to node.js

Home Page:https://log4js-node.github.io/log4js-node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defaultParseCallStack can't parse the stack

amakarev opened this issue · comments

Hello.
I noticed that my extension stopped working.
I found that the defaultParseCallStack returns null, which results in an error.
Here is the commit that led to it:
7922e82
Everything works with the old regular expression
An expression that fails to parse with the new regex:
"\tat c:\\repos\\vscode-inner\\frameworks.ide.vscode.extensions.oneapi-devcloud-connector\\out\\extension.js:28:16 "

Can I confirm that it begins with a tab and ends with a space? Which version of Node.js?

node --version
v16.16.0
Its starts with tab and ends without space. the space was there by accident, sorry
image

Ok, fixing it right away.

Released in log4js@6.9.1.

Thank you!

It should be out on npm now. Let me know if it resolves your issue.

Now everything works. Thanks for the quick response :)