mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Correct spelling in Pi error messages, fix mouse icon file type
This commit is contained in:
		| @@ -189,7 +189,7 @@ module.exports = function(RED) { | ||||
|             }); | ||||
|  | ||||
|             node.child.on('error', function (err) { | ||||
|                 if (err.errno === "ENOENT") { node.error('nrgpio ommand not found'); } | ||||
|                 if (err.errno === "ENOENT") { node.error('nrgpio command not found'); } | ||||
|                 else if (err.errno === "EACCES") { node.error('nrgpio command not executable'); } | ||||
|                 else { node.log('error: ' + err); } | ||||
|             }); | ||||
| @@ -257,7 +257,7 @@ module.exports = function(RED) { | ||||
|         }); | ||||
|  | ||||
|         node.child.on('error', function (err) { | ||||
|             if (err.errno === "ENOENT") { node.error('nrgpio ommand not found'); } | ||||
|             if (err.errno === "ENOENT") { node.error('nrgpio command not found'); } | ||||
|             else if (err.errno === "EACCES") { node.error('nrgpio ommand not executable'); } | ||||
|             else { node.log('error: ' + err); } | ||||
|         }); | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 671 B | 
		Reference in New Issue
	
	Block a user