Skip to content

Latest version (1.3.0/1) ignores 'start' parameter (solution in text) #19

Closed
@juggledad

Description

@juggledad

The latest version of fs-lister is ignoring the 'start' parameter when it is passed into the node. In the code at line 198 this:
readdirp(path.join(node.start), options)
should be changed to this:
readdirp(path.join(clonedMsg.config.start), options)

Software and Package Versions

Software Version
Node.JS v12.13.0
npm 6.13.4
Node-RED v1.0.3
fs node 1.3.1
OS macOS
Browser Safari

How is Node-RED installed? Where is uibuilder installed?

No uibuilder
NR installed per NR normally

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions