Skip to content

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

@LuigiOnGitHub

Description

@LuigiOnGitHub

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions