mirror of
https://github.com/amark/gun.git
synced 2025-06-06 22:26:48 +00:00
dont block stop chain because of deprecated nts (#1252)
This commit is contained in:
parent
081931a6d4
commit
809eae4f98
2
nts.js
2
nts.js
@ -4,6 +4,8 @@
|
|||||||
var smooth = 2;
|
var smooth = 2;
|
||||||
|
|
||||||
Gun.on('create', function(root){ // switch to DAM, deprecated old
|
Gun.on('create', function(root){ // switch to DAM, deprecated old
|
||||||
|
Gun.log.once("nts", "gun/nts is removed deprecated old");
|
||||||
|
this.to.next(root);
|
||||||
return ; // stub out for now. TODO: IMPORTANT! re-add back in later.
|
return ; // stub out for now. TODO: IMPORTANT! re-add back in later.
|
||||||
var opt = root.opt, mesh = opt.mesh;
|
var opt = root.opt, mesh = opt.mesh;
|
||||||
if(!mesh) return;
|
if(!mesh) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user