mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	
							parent
							
								
									da5d03b0e7
								
							
						
					
					
						commit
						18167499d9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -139,7 +139,7 @@ module.exports.pluginHandler = function (parent) { | |||
|                 try { | ||||
|                     obj.plugins[p][hookName](...args); | ||||
|                 } catch (e) { | ||||
|                     console.log("Error ocurred while running plugin hook" + p + ':' + hookName + ' (' + e + ')'); | ||||
|                     console.log("Error occurred while running plugin hook" + p + ':' + hookName + ' (' + e + ')'); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | @ -205,7 +205,7 @@ module.exports.pluginHandler = function (parent) { | |||
|                     panel[p].header = obj.plugins[p].on_device_header(); | ||||
|                     panel[p].content = obj.plugins[p].on_device_page(); | ||||
|                 } catch (e) { | ||||
|                     console.log("Error ocurred while getting plugin views " + p + ':' + ' (' + e + ')'); | ||||
|                     console.log("Error occurred while getting plugin views " + p + ':' + ' (' + e + ')'); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue