Skip to content

Commit a3e115d

Browse files
committed
remove invalid invocation ofl enableDestroy;
1 parent 4b17d60 commit a3e115d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports.plugin = function (bs, scripts) {
2828
/**
2929
* Allow server to be destroyed gracefully
3030
*/
31-
enableDestroy("bs", bsServer.server);
31+
enableDestroy(bsServer.server);
3232

3333
/**
3434
* Listen on the available port

0 commit comments

Comments
 (0)