mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	tiny lint thing in debug node... missing ;
This commit is contained in:
		| @@ -204,7 +204,7 @@ | ||||
|                     var errorLvl = 20; | ||||
|                     if (o.hasOwnProperty("level") && o.level === 30) { | ||||
|                         errorLvl = 30; | ||||
|                         errorLvlType = 'warn' | ||||
|                         errorLvlType = 'warn'; | ||||
|                     } | ||||
|                     msg.className = 'debug-message debug-message-level-' + errorLvl; | ||||
|                     msg.innerHTML += '<span class="debug-message-topic">[function] : (' + errorLvlType + ')</span>'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user