mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Catch readonly write errors more cleanly
Fail more cleanly when run from a readonly files system without setting readOnly true.
This commit is contained in:
		@@ -142,6 +142,7 @@
 | 
			
		||||
            "restore": "Restoring __type__ file backup : __path__",
 | 
			
		||||
            "restore-fail": "Restoring __type__ file backup failed : __message__",
 | 
			
		||||
            "fsync-fail": "Flushing file __path__ to disk failed : __message__",
 | 
			
		||||
            "fwrite-fail": "Writing backup file __path__ to disk failed.",
 | 
			
		||||
            "projects": {
 | 
			
		||||
                "changing-project": "Setting active project : __project__",
 | 
			
		||||
                "active-project": "Active project : __project__",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user