X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dep-ui/blobdiff_plain/f2059c0fd232dfec5064d6df1cf787cce50fbcb2..b51588fd225f93d51b2277ac82269dab2ce93922:/dep.js?ds=inline diff --git a/dep.js b/dep.js index ec09e83..50a4fed 100644 --- a/dep.js +++ b/dep.js @@ -235,7 +235,7 @@ Dep.prototype = { s += ' #' + this._seq; // The value, or some kind of marker that it doesn't have one. - if (!(f & F_VALUE)) s += ' #{out-of-date}'; + if (!(f & F_VALUE)) s += ' #{stale}'; else if (v === BAD) s += ' #{bad}'; else s += ' ' + v.toString();