mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add better error message if context file gets corrupted
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
"error-invalid-default-module": "Default context store unknown: '__storage__'",
|
||||
"unknown-store": "Unknown context store '__name__' specified. Using default store.",
|
||||
"localfilesystem": {
|
||||
"invalid-json": "Invalid JSON in context file '__file__'",
|
||||
"error-circular": "Context __scope__ contains a circular reference that cannot be persisted",
|
||||
"error-write": "Error writing context: __message__"
|
||||
}
|
||||
|
Reference in New Issue
Block a user