node-windows
node-windows copied to clipboard
When the wrapper.js call process.exit(), the logger may not write the log completed
When service process (in wrapper.js) exit, due to the logger is ansyc, it may not log write the log file completed before exit.
I think the log may useful for troubleshooting, Is there any plan to fix it?