mirror of
https://github.com/amark/gun.git
synced 2026-03-06 17:11:34 +00:00
dont block stop chain because of deprecated nts (#1252)
This commit is contained in:
2
nts.js
2
nts.js
@@ -4,6 +4,8 @@
|
||||
var smooth = 2;
|
||||
|
||||
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.
|
||||
var opt = root.opt, mesh = opt.mesh;
|
||||
if(!mesh) return;
|
||||
|
||||
Reference in New Issue
Block a user