mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-10 20:05:44 +00:00
Add barebones support for timing HTTP response generation times
This commit is contained in:
@@ -36,7 +36,8 @@ Command.prototype.execute = function() {
|
||||
// Set up server
|
||||
this.server = new Server({
|
||||
wiki: this.commander.wiki,
|
||||
variables: self.params
|
||||
variables: self.params,
|
||||
verbose: this.commander.verbose
|
||||
});
|
||||
var nodeServer = this.server.listen();
|
||||
$tw.hooks.invokeHook("th-server-command-post-start",this.server,nodeServer,"tiddlywiki");
|
||||
|
||||
Reference in New Issue
Block a user