mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -81,7 +81,7 @@ function ensureBuffer(o) { | ||||
|  * @memberof @node-red/util_util | ||||
|  */ | ||||
| function cloneMessage(msg) { | ||||
|     if (typeof msg !== "undefined") { | ||||
|     if (typeof msg !== "undefined" && msg !== null) { | ||||
|         // Temporary fix for #97 | ||||
|         // TODO: remove this http-node-specific fix somehow | ||||
|         var req = msg.req; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user