Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 10, 2019
1 parent 751c8a9 commit d212408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -168,7 +168,7 @@ function makeError(result, options) {
error.all = result.all;
}

if (error.bufferedData) {
if ('bufferedData' in error) {
delete error.bufferedData;
}

Expand Down

0 comments on commit d212408

Please sign in to comment.