Comparing version 0.0.10 to 0.0.11
@@ -1,2 +0,2 @@ | ||
var debug = require( 'debug')('workflow:common') | ||
var debug = require('debug')('workflow:common') | ||
var _ = require('lodash') | ||
@@ -97,2 +97,3 @@ var path = require('path') | ||
if (err) { | ||
debug("error in workflow %s, error is %", workflowDefinition.task, err.message || err) | ||
if (!err.supressMessage) { | ||
@@ -99,0 +100,0 @@ console.error("Error in WF <%s>, error is:<%s> ", workflowDefinition.task, err.message || err) |
{ | ||
"name": "worksmith", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A purely functional workflow engine ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,3 @@ # worksmith | ||
## [Step by step tutorial](https://github.com/guidesmiths/worksmith/blob/master/TUTORIAL.md) | ||
@@ -9,0 +10,0 @@ ## Highlights |
Sorry, the diff of this file is not supported yet
43709
38
917
146