mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add async context support to Inject node
This commit is contained in:
@@ -368,7 +368,7 @@ function evaluateNodeProperty(value, type, node, msg, callback) {
|
||||
if (callback) {
|
||||
callback(result);
|
||||
} else {
|
||||
return value;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user