You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds optional logging of open sockets, file handles, etc.
to the gulp script. Logging happens after various NodeJS test task
that can theoretically leave unclosed resources after execution.
Logging is turned off by default. It happened to be very useful when
NodeJS process does not exit after tests because of
open `TLSSocket` objects.
0 commit comments