bump path

This commit is contained in:
Mark Nadal 2024-01-16 03:40:40 -08:00
parent 78a40daf46
commit 3688ba1cc6

2
rad.js
View File

@ -1,6 +1,6 @@
;(function(){ // RAD ;(function(){ // RAD
console.log("Warning: Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha."); console.log("Warning: Experimental rewrite of RAD to use Book. It is not API compatible with RAD yet and is very alpha.");
var sT = setTimeout, Book = sT.Book || require('gun/lib/book'), RAD = sT.RAD || (sT.RAD = function(opt){ var sT = setTimeout, Book = sT.Book || require('gun/src/book'), RAD = sT.RAD || (sT.RAD = function(opt){
opt = opt || {}; opt = opt || {};
opt.file = String(opt.file || 'radata'); opt.file = String(opt.file || 'radata');
var log = opt.log || nope; var log = opt.log || nope;