1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red/runtime/storage
Nathan Allen 6fa0d671c0 Fix ENOENT error on first start when no user dir (#1711)
* Fix ENOENT error on first start when no user dir

Write backup using `copySync` and move it below the `fsync` to ensure file is present when backup is made.

* Check for path to exist before attempting backup
2018-05-03 09:40:51 +01:00
..
localfilesystem Fix ENOENT error on first start when no user dir (#1711) 2018-05-03 09:40:51 +01:00
index.js Flip logic for opt-in to projects 2018-01-22 23:14:38 +00:00