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.
2 parents 7ac8c7d + 20b499d commit 8588513Copy full SHA for 8588513
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