diff --git a/index.js b/index.js index c8e7f97..01f97a3 100644 --- a/index.js +++ b/index.js @@ -16,4 +16,5 @@ function enableDestroy(server) { for (var key in connections) connections[key].destroy(); }; + return server; }