closure-util
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -160,3 +160,3 @@ var path = require('path'); | ||
try { | ||
acorn.parse(this.source); | ||
ast = acorn.parse(this.source); | ||
} catch (err) { | ||
@@ -278,4 +278,4 @@ var loc = err.loc; | ||
script = new Script({name: filename, source: source}); | ||
} catch (err) { | ||
return callback(err); | ||
} catch (err2) { | ||
return callback(err2); | ||
} | ||
@@ -282,0 +282,0 @@ callback(null, script); |
{ | ||
"name": "closure-util", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Utilities for Closure Library based projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
42695