Remove unneeded option

This commit is contained in:
Jeremy Ruston 2024-03-10 17:49:52 +00:00
parent abde67e5df
commit 3335e87ef4
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ Command.prototype.execute = function() {
// Set up server
this.server = new Server({
wiki: this.commander.wiki,
variables: self.params,
verbose: this.commander.verbose
variables: self.params
});
var nodeServer = this.server.listen();
$tw.hooks.invokeHook("th-server-command-post-start",this.server,nodeServer,"tiddlywiki");