Comparing version 0.1.45 to 0.1.46
@@ -144,3 +144,8 @@ var path = require('path'), | ||
}).catch(function(err) { | ||
err.codeStr = fnList[res.exePos].codeStr || ''; | ||
if(res.exePos && fnList[res.exePos] && fnList[res.exePos].codeStr){ | ||
err.codeStr = fnList[res.exePos].codeStr || ''; | ||
}else{ | ||
err.codeStr = ''; | ||
} | ||
return tpromise.emitSuccess(err); | ||
@@ -147,0 +152,0 @@ }); |
{ | ||
"name": "ariestp", | ||
"description": "A Async Template for Node.js", | ||
"version": "0.1.45", | ||
"version": "0.1.46", | ||
"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
57477
1367