Comparing version 0.1.31 to 0.1.32
@@ -83,3 +83,3 @@ var fs = require('fs'); | ||
var tplId = err.eId || 'main' | ||
err.prettyStack = 'error occur in '+ tplId + '<br/>'+(err.stack || '').split('\n').join('<br/>') | ||
err.prettyStack = 'error occur in '+ tplId + '<br/>'+(err.stack || '').split('\n').join('<br/>\n') | ||
} | ||
@@ -86,0 +86,0 @@ return err; |
{ | ||
"name": "ariestp", | ||
"description": "A Async Template for Node.js", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"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
54776