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
Nick O'Leary f2191e94b3 Better handling of zero-length flow files
Closes #819

If a flow file is found to be zero-bytes:
  If there is a non-empty backup, restore the backup and resolve
  If there is no backup or it is also empty, resolve empty flow
If a flow file is found to be invalid json:
  Log and resolve empty flow
2016-03-11 22:42:04 +00:00
..
locales/en-US Simplify flow api implementation and add logging messages 2016-01-06 17:01:13 +00:00
nodes Allow runtime calls to RED._ to specify other namespace 2016-03-06 20:43:19 +00:00
storage Better handling of zero-length flow files 2016-03-11 22:42:04 +00:00
events.js WIP: separate runtime and api components 2016-01-06 17:01:11 +00:00
i18n.js Move locale files under api/runtime components 2016-01-06 17:01:12 +00:00
index.js Add os/platform info to default debug 2016-02-22 17:47:16 +00:00
log.js Tidy up API passed to node modules 2016-01-06 17:01:12 +00:00
settings.js Allow function properties in settings 2016-01-29 11:56:16 +00:00
util.js Don't default inject payload to blank string 2016-02-04 21:43:18 +00:00