chiark
/
gitweb
/
~mdw
/
dep-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2059c0
)
dep.js: Report out-of-date deps as being `stale'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:53:09 +0000
(22:53 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 30 Jun 2018 21:53:09 +0000
(22:53 +0100)
It's just shorter.
dep.js
patch
|
blob
|
blame
|
history
diff --git
a/dep.js
b/dep.js
index ec09e83be612004890e8dc9c9cc5bffff06e1017..50a4fed89e1baddb02600f5d92530a12a6ceff84 100644
(file)
--- 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-dat
e}';
+ if (!(f & F_VALUE)) s += ' #{
stal
e}';
else if (v === BAD) s += ' #{bad}';
else s += ' ' + v.toString();