This commit is contained in:
theory 2014-03-31 01:41:34 -06:00
parent b713578607
commit dc82d09ed9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1f"
, "version": "0.0.1g"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {

View File

@ -208,7 +208,7 @@ module.exports = require('theory')
(function(){
if(opt.src && opt.src.send){
var m = {count: 1};
opt.src.send(m);
a.com.send(m);
console.log("send that pumping message!", m);
}
})();