Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix build, by calling internal method
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Sep 24, 2019
1 parent 510b458 commit ce98d36
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 481 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ to pick-up automatically a free port`));
if (jsonParsed.internal.method && jsonParsed.internal.method === 'stop') {
try {
// wait to stop plug-ins
await client.pluginHostRPC.stopContext();
// FIXME: we need to fix this
// tslint:disable-next-line: no-any
await (<any>client.pluginHostRPC).pluginManager.$stop();

// ok now we can dispose the emitter
client.disposeEmitter();
Expand Down
Loading

0 comments on commit ce98d36

Please sign in to comment.