Skip to content

Commit

Permalink
Fixing stop() by removing a deprecated statement
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Nov 1, 2018
1 parent c7973d1 commit e05c684
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/tenso.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,6 @@ class Tenso extends Base {
}

stop () {
this.config.ignore.length = 0;

if (this.server !== null) {
this.server.close();
this.server = null;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an HTTP/HTTP2 REST API framework",
"version": "9.0.4",
"version": "9.0.5",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down

0 comments on commit e05c684

Please sign in to comment.