mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Make parser nodes errors actual errors.
(more cleanup will probably be necessary - but this is a start)
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = function(RED) {
|
||||
}
|
||||
});
|
||||
}
|
||||
else { node.log("This node only handles xml strings or js objects."); }
|
||||
else { node.warn("This node only handles xml strings or js objects."); }
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user