persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

perstore/store/filesystem.js - Bug of function get in AutoTransaction object parameter #23

Open LuigiOnGitHub opened 12 years ago

LuigiOnGitHub commented 12 years ago

line 26 if (fs.statSync(filename).isFile()){ should be if (fs.statSync(fp).isFile()){ because filename is undefined