mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Add RED.util to Function node sandbox
This commit is contained in:
parent
13c1d1df7a
commit
589d43f0e5
@ -73,6 +73,9 @@ module.exports = function(RED) {
|
||||
console:console,
|
||||
util:util,
|
||||
Buffer:Buffer,
|
||||
RED: {
|
||||
util: RED.util
|
||||
},
|
||||
__node__: {
|
||||
log: function() {
|
||||
node.log.apply(node, arguments);
|
||||
|
Loading…
Reference in New Issue
Block a user