HowProgrammingWorks / NodejsStarterKit

Starter Kit for Node.js 16 or later, minimum dependencies 🚀
http://metarhia.com
MIT License
462 stars 102 forks source link

Domain modules are not injected #127

Closed sarnakov closed 4 years ago

sarnakov commented 4 years ago

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
tshemsedinov commented 4 years ago

@sarnakov Fixed, thanks for reporting this!