You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- mustache.old 2017-11-26 13:56:27.432368300 +0000+++ mustache.js 2017-11-23 13:39:14.855455600 +0000@@ -425,10 +425,11 @@
}
if (isFunction(value))
value = value.call(this.view);
+ if (typeof value === 'undefined') console.warn(' miss',name);
return value;
};
/**
* A Writer knows how to take a stream of tokens and render them to a