Skip to content

Commit

Permalink
Return the setup status Promise
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Aug 3, 2020
1 parent cc24f26 commit 39f6320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/ingest_manager/server/services/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export async function setupIngestManager(
// if anything errors, reject/fail
onSetupReject(error);
}

return setupIngestStatus;
}

export async function setupFleet(
Expand Down

0 comments on commit 39f6320

Please sign in to comment.