Skip to content

Commit

Permalink
Fix #63, don't return instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 3, 2017
1 parent fb86c1c commit 4d5bcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -300,7 +300,7 @@ var appServer = function(config) {
config.post(self);
}

return this.instance;
return this;
};

self.stop = function() {
Expand Down

0 comments on commit 4d5bcf6

Please sign in to comment.