From 84b1b3a810d3cf5d1bde79ce512e9d0b8d1bfda6 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sat, 6 Oct 2018 23:25:49 -0400 Subject: [PATCH] lint --- bl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bl.js b/bl.js index e6b25a2..6480582 100644 --- a/bl.js +++ b/bl.js @@ -262,6 +262,7 @@ BufferList.prototype.destroy = function destroy () { this.push(null) } + BufferList.prototype.indexOf = function (search, offset, encoding) { if (encoding === undefined && typeof offset === 'string') { encoding = offset