node-red-contrib-persist icon indicating copy to clipboard operation
node-red-contrib-persist copied to clipboard

Depreciated Call

Open PHPJJ opened this issue 3 years ago • 2 comments

I get the following error/warning using persist in my flow.

"[RED.events] Deprecated use of "nodes-started" event from "/home/pi/.node-red/node_modules/node-red-contrib-persist/persist.js:164:20". Use "flows:started" instead."

PHPJJ avatar Oct 25 '22 11:10 PHPJJ

Should be fixed with PR #12.

StephanStS avatar Nov 05 '22 21:11 StephanStS

Should be fixed with PR #12.

No, it does not ... "nodes-started" was replaced in PR #12 by "nodes:started" instead of "flows:started"

SirRufo avatar Aug 31 '23 19:08 SirRufo