function-tree
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "function-tree", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "When a function is not enough", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -82,3 +82,5 @@ 'use strict' | ||
functionTree.emit('functionEnd', funcDetails, payload) | ||
next(result) | ||
next({ | ||
payload: result | ||
}) | ||
} else { | ||
@@ -85,0 +87,0 @@ functionTree.emit('functionEnd', funcDetails, payload) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79903
2122