mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix(7922e82): regex for stacktrace
This commit is contained in:
parent
b3919d86c8
commit
2628688852
@ -7,7 +7,7 @@ const clustering = require('./clustering');
|
||||
const categories = require('./categories');
|
||||
const configuration = require('./configuration');
|
||||
|
||||
const stackReg = /^(?:\s*) at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
|
||||
const stackReg = /^(?:\s*)at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
|
||||
/**
|
||||
* The top entry is the Error
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user