mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Use the callback instead of Promise in context API
and remove unnecessary functions
This commit is contained in:
@@ -161,9 +161,6 @@
|
||||
"error-module-not-loaded": "'__module__' could not be loaded",
|
||||
"error-module-not-defined": "'module' is not defined in '__storage__' of settings.contextStorage",
|
||||
"error-invalid-default-module": "Invalid storage '__storage__' is specified as a default storage",
|
||||
"error-key-zero-length": "Invalid property expression: zero-length",
|
||||
"error-unexpected-space-character": "Invalid property expression: unexpected ' ' at position __index__",
|
||||
"error-empty-key": "Invalid property expression: key is empty",
|
||||
"error-use-undefined-storage": "Undefined storage '__storage__' is specified"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user