This commit is contained in:
theory 2014-03-31 01:48:50 -06:00
parent 8b1c5609f5
commit 1886dae313
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1i"
, "version": "0.0.1j"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {
@ -8,7 +8,7 @@
, "dependencies": {
"mime": "~>1.2.11",
"theory": "~>0.2.6",
"coalesce": "~>0.1.9bg",
"coalesce": "~>0.1.9bi",
"aws-sdk": "~>2.0.0",
"fakeredis": "~>0.1.3",
"redis": "~>0.10.1",

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);
opt.src.send(m);
console.log("send that pumping message!", m);
}
})();