mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
3dfbefb9f5
commit
a3b0448f53
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user