Comparing version 2.0.4 to 2.0.5
@@ -227,3 +227,3 @@ var esprima = require('esprima'); | ||
path = _.path.relative(base, file.subpath); | ||
path = _.path.relative(base, file.subpath).replace(/\\/g, '/'); | ||
if (file.isLikeCss) { | ||
@@ -553,3 +553,9 @@ | ||
this.processor(file); | ||
try { | ||
this.processor(file); | ||
} catch (e) { | ||
storage[file.subpath] = cacheFile; | ||
throw new Error(e); | ||
} | ||
}, | ||
@@ -556,0 +562,0 @@ |
{ | ||
"name": "alpaca-sm", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "分析Html文件依赖的js文件和css文件", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
50753
1304