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,7 +442,7 @@ class session { | ||||||
| 
 | 
 | ||||||
| 			// Only notify when writing failed. 
 | 			// Only notify when writing failed. 
 | ||||||
| 			(!DATA_CHECK[`state`]) | 			(!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; | 				: true; | ||||||
| 
 | 
 | ||||||
| 			return (DATA_CHECK[`state`]); | 			return (DATA_CHECK[`state`]); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue