mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[cliDevMode] set server ready status to false when restarting (#97575)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
538a6c0eb4
commit
39894c58bc
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ export class DevServer {
|
|||
const runServer = () =>
|
||||
usingServerProcess(this.script, this.argv, (proc) => {
|
||||
this.phase$.next('starting');
|
||||
this.ready$.next(false);
|
||||
|
||||
// observable which emits devServer states containing lines
|
||||
// logged to stdout/stderr, completes when stdio streams complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue