Comparing version 0.9.3 to 0.9.5
@@ -117,3 +117,5 @@ "use strict"; | ||
let dir = pathList.join("/"); | ||
await fs.ensureDir(dir); | ||
if (!fs.existsSync(dir)) { | ||
await fs.ensureDir(dir); | ||
} | ||
} | ||
@@ -120,0 +122,0 @@ getEngineByFilePath(filePath) { |
{ | ||
"name": "ecto", | ||
"version": "0.9.3", | ||
"version": "0.9.5", | ||
"description": "Modern Template Consolidation Engine for EJS, Markdown, Pug, Nunjucks, and Handlebars", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ecto.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
103666
1166