Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix node close stopwatch usage (elastic#41918)
The close method in Node uses a StopWatch to time to closing of various services. However, the call to log the timing was made before any of the services had been closed and therefore no timing would be printed out. This change moves the timing log call to be a closeable that is the last item closed.
- Loading branch information