Skip to content

Commit 861ac08

Browse files
committed
Temporarily turn on logging of Node socket handles
1 parent 66e8cf7 commit 861ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var transformTools = require('browserify-transform-tools');
4949
/**
5050
* Useful to investigate resource leaks in tests. Enable to see active sockets and file handles after the 'test' task.
5151
*/
52-
var enableActiveNodeHandlesLogging = false;
52+
var enableActiveNodeHandlesLogging = true;
5353

5454
gulp.task('default', ["test"]);
5555

0 commit comments

Comments
 (0)