HowProgrammingWorks/NodejsStarterKit

Domain modules are not injected

Closed this issue · 1 comments

For example: Seems like resmon is not injected.
Stack trace:

/api/resmon - TypeError: Cannot read property 'getStatistics' of undefined
    at Object.method (/api/resmon.js:3:36)
    at Client.rpc (/lib/client.js:77:33)
    at processTicksAndRejections (internal/process/task_queues.js:97:5) - 500

@sarnakov Fixed, thanks for reporting this!