Comparing version 6.9.0 to 6.9.1
# log4js-node Changelog | ||
## [6.9.1](https://github.com/log4js-node/log4js-node/milestone/94) | ||
- [fix(7922e82): regex for stacktrace](https://github.com/log4js-node/log4js-node/pull/1378) - thanks [@lamweili](https://github.com/lamweili) | ||
- addresses [#1377](https://github.com/log4js-node/log4js-node/issues/1377) which has a regression since [6.8.0](https://github.com/log4js-node/log4js-node/milestone/92) from [#1363](https://github.com/log4js-node/log4js-node/pull/1363) at commit [7922e82](https://github.com/log4js-node/log4js-node/commit/7922e8257806811666c1d4cf6774b4426276ea16) | ||
## [6.9.0](https://github.com/log4js-node/log4js-node/milestone/93) | ||
@@ -4,0 +9,0 @@ |
@@ -10,3 +10,3 @@ /* eslint no-underscore-dangle: ["error", { "allow": ["_log"] }] */ | ||
const stackReg = /^(?:\s*) at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/; | ||
const stackReg = /^(?:\s*)at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/; | ||
/** | ||
@@ -13,0 +13,0 @@ * The top entry is the Error |
{ | ||
"name": "log4js", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"description": "Port of Log4js to work with node.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://log4js-node.github.io/log4js-node/", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159728