We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4198709 commit 7a60363Copy full SHA for 7a60363
src/conductor/runner/RunnerPlugin.ts
@@ -131,6 +131,7 @@ export class RunnerPlugin implements IRunnerPlugin {
131
this.__evaluator = new SchemeEvaluator(this);
132
this.__isCompatibleWithModules = false;
133
134
+ this.__serviceChannel.send(new HelloServiceMessage());
135
this.__serviceChannel.subscribe((message) => {
136
const handler = this.__serviceHandlers.get(message.type);
137
if (handler) {
0 commit comments