From 34982291bc2e6ecdd54fcc74d09d16f6e0929db0 Mon Sep 17 00:00:00 2001 From: cel Date: Mon, 13 Mar 2017 14:15:36 -0400 Subject: render missing thread root --- lib/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/app.js') diff --git a/lib/app.js b/lib/app.js index 530f10f..c4683d7 100644 --- a/lib/app.js +++ b/lib/app.js @@ -55,7 +55,7 @@ App.prototype.error = console.error.bind(console, logPrefix) App.prototype.unboxMsg = function (msg, cb) { var self = this - var c = msg.value.content + var c = msg.value && msg.value.content if (typeof c !== 'string') cb(null, msg) else self.unboxContent(c, function (err, content) { if (err) { -- cgit v1.2.3