Lam Wei Li
Lam Wei Li
Fixes #146
Fixes #145
Fixes #888 Replaced the usage of undocumented HTTP API with its implementation instead (bringing about **_some_*** http2 support). There is no change to the existing behavior. This is similar to...
Before: `{ "array" : [ … ], "data" : { … }, "emptyArray": [ ], "emptyObject": { } }` After: `{ "array" : [ Array( 10 ) ], "data" :...
> _Originally posted by @konser80 in https://github.com/log4js-node/log4js-node/issues/1171#issuecomment-1022378915_ > Thank you for the answer. I found circular dependency in my project, it solved this problem. But i found new small bug....
In commit 9f626935f3fac6ec0f3c4b26baea4eb9740d9645, `let` was used. https://github.com/jonschlinkert/word-wrap/blob/207044ebda1dd3809d15b6000a48409266536771/index.js#L9-L10 However, the `package.json` specifies `"node": ">=0.10.0"` compatibility. https://github.com/jonschlinkert/word-wrap/blob/207044ebda1dd3809d15b6000a48409266536771/package.json#L28 This resulted in the following errors for older Node.js: ``` SyntaxError: Block-scoped declarations (let, const,...
Regression since [6.9.1](https://github.com/log4js-node/log4js-node/milestone/94) from #1378.
#109 dropped the error handler, but there are some remnants of it added by #18 that are not cleaned up. This PR cleans them up and reverts the changes done...