Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plug-in] Create plug-in api objects after plug-in initialization #2227

Merged
merged 1 commit into from
Jun 29, 2018

Conversation

evidolob
Copy link
Contributor

Issue #2190
Signed-off-by: Yevhen Vydolob yvydolob@redhat.com

@evidolob evidolob added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team labels Jun 28, 2018
@evidolob evidolob self-assigned this Jun 28, 2018
@evidolob evidolob requested a review from benoitf June 28, 2018 11:51
@@ -115,7 +116,7 @@ export class HostedPluginSupport {
childProcess.stdout.on('data', data => this.logger.info(`[${options.serverName}: ${childProcess.pid}] ${data.toString()}`));
childProcess.stderr.on('data', data => this.logger.error(`[${options.serverName}: ${childProcess.pid}] ${data.toString()}`));

this.logger.debug(`[${options.serverName}: ${childProcess.pid}] IPC started`);
this.logger.error(`[${options.serverName}: ${childProcess.pid}] IPC started`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it error level ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's mistake.

evidolob added a commit that referenced this pull request Jun 28, 2018
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants