mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Refactor parseKey and implement parseStorage
This commit is contained in:
committed by
HirokiUchikawa
parent
3a476ac493
commit
e046fc1ac5
@@ -155,5 +155,16 @@
|
||||
"readme": "### About\n\nThis is your project's README.md file. It helps users understand what your\nproject does, how to use it and anything else they may need to know."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"context": {
|
||||
"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