Browse Source

correct an invalid comment

master
ansuz 1 year ago
parent
commit
d30470f1aa
1 changed files with 1 additions and 1 deletions
  1. 2
      server.js

2
server.js

@ -247,7 +247,7 @@ var historyKeeper;
var log;
// Initialize tasks, then rpc, then store, then history keeper and then start the server
// Initialize logging, the the store, then tasks, then rpc, then history keeper and then start the server
var nt = nThen(function (w) {
// set up logger
var Logger = require("./lib/log");

Loading…
Cancel
Save