mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
cool
This commit is contained in:
parent
9b50944c55
commit
01a4a03094
@ -100,6 +100,10 @@ module.exports=require('theory')
|
||||
var p = g('packageson');
|
||||
var val = p('version');
|
||||
var ran = p('random');
|
||||
if(!a.num.is(val)){
|
||||
console.log("Please refresh!!! -- known but unfixed bug encountered");
|
||||
return;
|
||||
}
|
||||
console.log(val, ran);
|
||||
val = a.num.is(val)? (val + 1) : 0;
|
||||
ran = a.text.r();
|
||||
|
Loading…
x
Reference in New Issue
Block a user