promise-toolkit-factory
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -24,3 +24,3 @@ "use strict"; | ||
t.appenders.push(new x(t).config(conf).init()); | ||
t.log({"type":"trace", "text": "file loading=" + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"}); | ||
t.log({"type":"trace", "text": "file loading = " + a, "classO":"promise_toolkit_factory.appender", "file":"app.js"}); | ||
} | ||
@@ -27,0 +27,0 @@ return t; |
{ | ||
"name": "promise-toolkit-factory", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "factory for creating promised function flows", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
20689