This commit is contained in:
theory
2014-03-31 02:00:13 -06:00
parent d1442b5508
commit 6df0f1bcce
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1k"
, "version": "0.0.1l"
, "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, how:{gun: 9}};
opt.src.send(m);
opt.src.send(m);
console.log("send that pumping message!", m);
}
})();