Comparing version 0.1.25 to 0.1.26
@@ -297,3 +297,8 @@ var path = require('path'), | ||
}else{ | ||
this.fnList[this.exePos](this.ctx, this); | ||
try{ | ||
this.fnList[this.exePos](this.ctx, this); | ||
}catch(err){ | ||
self.emit("error", err); | ||
return | ||
} | ||
this.exePos++; | ||
@@ -300,0 +305,0 @@ process.nextTick(function () { |
{ | ||
"name": "ariestp", | ||
"description": "A Async Template for Node.js", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
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
53532
1278