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 7ac8c7d commit 20b499dCopy full SHA for 20b499d
lib/actions/emitConfig.js
@@ -17,4 +17,5 @@ function processAction(msg, cfg) {
17
18
console.log('About to emit config data as a body');
19
this.emit('data', messages.newMessageWithBody(jsonConfigData));
20
+ this.emit('end');
21
}
0 commit comments