simonlast / node-persist

Super-easy persistent data structures in Node.js
MIT License
719 stars 78 forks source link

src/local-storage updateItem references an undefined variable - easy fix #117

Closed jgruber closed 5 years ago

jgruber commented 5 years ago

local-storage line 185 logs 'value', think it should be datumValue. At that point 'value' is undefined.

Thanks for the great project!

akhoury commented 5 years ago

fixed and patch published, thanks @jgruber