fix(cli): accept updated service on restart
This commit is contained in:
parent
6d32bc9cb0
commit
fe0c74f4df
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ function managedService(options: EnsureOptions) {
|
||||||
restart: () =>
|
restart: () =>
|
||||||
Effect.gen(function* () {
|
Effect.gen(function* () {
|
||||||
yield* Service.stop(options)
|
yield* Service.stop(options)
|
||||||
yield* Service.ensure(options)
|
yield* Service.ensure(reconnectOptions)
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue