mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
express's `server.listen` has an asynchronous nature and it's API enables providing a callback that is fired upon success. Now the success messaage is logged only when the server has been set up and listening on provided socket address, otherwise the error stack trace is printed.