diff --git a/components.js b/components.js index d0d76e1..4ae0472 100644 --- a/components.js +++ b/components.js @@ -233,7 +233,7 @@ Instance.prototype.input = function(input, data, callback) { Instance.prototype.send = function(output, data) { let msg = data instanceof Message ? data : this.newmessage(); msg.output = output; - msg.data = data;x + msg.data = data; msg.send(output); };