mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
do not require lazy config option
This commit is contained in:
parent
cd5b6656aa
commit
2fe09cbe3c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = function (program) {
|
|||
.option('--plugins <path>', 'an alias for --plugin-dir', pluginDirCollector)
|
||||
.option('--dev', 'Run the server with development mode defaults')
|
||||
.action(function (opts) {
|
||||
if (opts.dev && opts.lazy && !isWorker) {
|
||||
if (opts.dev && !isWorker) {
|
||||
// stop processing the action and handoff to cluster manager
|
||||
let ClusterManager = require('../cluster/ClusterManager');
|
||||
new ClusterManager(opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue