X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=lib%2Fcommon.js;fp=lib%2Fcommon.js;h=b52b819da963d5172a06779e279cf3e2531acbcb;hp=c1b8703d58d435a127a80fcfaec70b73358a2a2c;hb=6c3dbdc13dc125d4faa30d5138a8ada7d14e0ed1;hpb=57cb2f2fc75ae447dfcc750bb62dcc8bb487cd15 diff --git a/lib/common.js b/lib/common.js index c1b8703..b52b819 100644 --- a/lib/common.js +++ b/lib/common.js @@ -27,6 +27,7 @@ const gotResponseLogData = (res) => { 'statusMessage', 'headers', 'body', + 'error', ]); if (typeof res.body === 'string') { data.body = logTruncate(data.body, 100);