node-red/nodes/core/logic
Frank van de Pol b411d59d43 Make log message in invalid regular expressions more verbose
Make logging of erratic regular expressions more verbose to help
identification and resolving of the configuration issue:

eg.:
old: 24 Dec 18:40:09 - [error] [change:Strip kW] Invalid regex: *kW
new: 24 Dec 18:40:09 - [error] [change:Strip kW] Invalid regular
expression: /*kW/: Nothing to repeat

old: 24 Dec 20:15:57 - [error] [change:Strip kW] Invalid regex: *kW
new: 24 Dec 20:15:57 - [error] [change:Strip kW] Invalid regular
expression: /[kW/: Unterminated character class
2013-12-24 20:17:42 +01:00
..
10-switch.html Add default name to switch node (for when name not specified - to be more consistent with other nodes) 2013-11-24 22:22:35 +00:00
10-switch.js Switch node: infer intent to compare numbers 2013-12-06 20:26:55 +00:00
15-change.html undo my changes to the Change node; revert to original 2013-12-24 20:02:30 +01:00
15-change.js Make log message in invalid regular expressions more verbose 2013-12-24 20:17:42 +01:00