mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
ugh
This commit is contained in:
parent
4ede6d7012
commit
ec7ea880b2
@ -11,8 +11,10 @@ module.exports=require('theory')
|
||||
}
|
||||
echo.state = function(m){
|
||||
console.log(m, 'yay server');
|
||||
console.log(a(m,'what.url'));
|
||||
if(echo.shot.server(m,a.com.reply)){ return }
|
||||
m.what.body = '';
|
||||
m.what.body = 'module.exports = {boo: "yay"};';
|
||||
m.what.type = 'js';
|
||||
a.com.reply(m);
|
||||
};
|
||||
/*echo.shot.stream.on(function(m){
|
||||
|
Loading…
x
Reference in New Issue
Block a user