This commit is contained in:
theory 2014-04-01 17:54:44 -06:00
parent 9b50944c55
commit 01a4a03094

View File

@ -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();