From d2124085c368657b39987755e8cd070403043ed9 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 10 Jun 2019 10:00:00 +0200 Subject: [PATCH] Small fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5a04cbda42..dd37d74d28 100644 --- a/index.js +++ b/index.js @@ -168,7 +168,7 @@ function makeError(result, options) { error.all = result.all; } - if (error.bufferedData) { + if ('bufferedData' in error) { delete error.bufferedData; }