minor doc fixes
[squeep-indieauth-helper] / lib / common.js
index c1b8703d58d435a127a80fcfaec70b73358a2a2c..b52b819da963d5172a06779e279cf3e2531acbcb 100644 (file)
@@ -27,6 +27,7 @@ const gotResponseLogData = (res) => {
     'statusMessage',
     'headers',
     'body',
+    'error',
   ]);
   if (typeof res.body === 'string') {
     data.body = logTruncate(data.body, 100);