aboutsummaryrefslogtreecommitdiff
path: root/lib/render-msg.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/render-msg.js')
-rw-r--r--lib/render-msg.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index 92ad260..3b498e0 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -811,7 +811,10 @@ RenderMsg.prototype.valueTable = function (val, depth, cb) {
}
RenderMsg.prototype.missing = function (cb) {
- this.wrapMini(h('code', 'MISSING'), cb)
+ this.wrapMini([
+ h('code', 'MISSING'), ' ',
+ h('a', {href: '?ooo=1'}, 'fetch')
+ ], cb)
}
RenderMsg.prototype.issues = function (cb) {