promise-toolkit-factory
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -55,3 +55,4 @@ "use strict"; | ||
var sa = s[2].split("("); | ||
jo.file = '(' + sa[1]; | ||
var sa2 = sa[1].split(")"); | ||
jo.file = sa2[0]; | ||
t.logger[jo.type](jo.text).tag(t.log.rte).tag(t.log.act).tag(t.log.file.setInput(jo.file)).tagline(); | ||
@@ -58,0 +59,0 @@ return t; |
{ | ||
"name": "promise-toolkit-factory", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "factory for creating promised function flows", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
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
21406
477