Add spaces to delimiters in error messages
This commit is contained in:
parent
ac2b624eb2
commit
31447db140
1 changed files with 2 additions and 2 deletions
|
@ -442,9 +442,9 @@ class session {
|
|||
|
||||
// Only notify when writing failed.
|
||||
(!DATA_CHECK[`state`])
|
||||
? logging.error((new texts(`error_msg_save_failed`)).localized, NAME.join(`→`), JSON.stringify(DATA))
|
||||
? logging.error((new texts(`error_msg_save_failed`)).localized, NAME.join(` → `), JSON.stringify(DATA))
|
||||
: true;
|
||||
|
||||
|
||||
return (DATA_CHECK[`state`]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue