Lam Wei Li

Results 176 comments of Lam Wei Li

What's your import statement? Could you show what's in your `main.ts`? Did you try this? ```ts import * as log4js from "log4js"; log4js.configure({ appenders: { cheese: { type: "file", filename:...

This is because Node.js terminates before it can flush the buffer onto the file system. You would need to handle the `uncaughtException` and terminate log4js gracefully. You can add the...

Sorry, I'm not following. Do you have the repository URL to the dependency?

CI fails on Node.js 4.x because `let` is introduced in `[email protected]`. It is used by `eslint@^4` > `optionator@^0.8.2` > `word-wrap@~1.2.3`. PR https://github.com/jonschlinkert/word-wrap/pull/46 has been raised. This only affects CI through...

Closed due to extended period of inactivity.

Closed due to extended period of inactivity.

Closed due to extended period of inactivity.