]> zoso.dev Git - buffer.git/commit
Remove unneeded char from regex
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 05:52:40 +0000 (21:52 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 05:52:40 +0000 (21:52 -0800)
commit227d73fc6d3b4c414aa601ca07472635829942fb
treea8c6af26a9746c5ff60e929f34ca605359849a02
parentaa2be9d22e39398d7b071117cd611ee77aada3d2
Remove unneeded char from regex

We're already finding the first = and discarding it and everything that follows in the split() call a few lines below. There should be no = left in the string to remove.
index.js