Closed
Description
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