Add async context support to Inject node

This commit is contained in:
Nick O'Leary
2018-07-07 22:09:55 +01:00
parent 4bcf13cb58
commit afb566b6b4
2 changed files with 27 additions and 15 deletions

View File

@@ -368,7 +368,7 @@ function evaluateNodeProperty(value, type, node, msg, callback) {
if (callback) {
callback(result);
} else {
return value;
return result;
}
}