Navigation Menu

Skip to content

Commit

Permalink
Allow reactor chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud authored and indexzero committed Feb 11, 2013
1 parent 30fd0c6 commit b09412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/godot/reactor/console.js
Expand Up @@ -32,5 +32,5 @@ util.inherits(Console, ReadWriteStream);
//
Console.prototype.write = function (data) {
this.formatFn(data);
return true;
return this.emit('data', data);
};

0 comments on commit b09412a

Please sign in to comment.