mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add validation of library plugin id and better error reporting
This commit is contained in:
@@ -93,7 +93,8 @@
|
||||
"unknownLibrary": "Unknown library: __library__",
|
||||
"unknownType": "Unknown library type: __type__",
|
||||
"readOnly": "Library __library__ is read-only",
|
||||
"failedToInit": "Failed to initialise __library__: __error__"
|
||||
"failedToInit": "Failed to initialise library __library__: __error__",
|
||||
"invalidProperty": "Invalid property __prop__: '__value__'"
|
||||
},
|
||||
"nodes": {
|
||||
"credentials": {
|
||||
|
Reference in New Issue
Block a user