Comparing version 3.0.72 to 3.0.73
{ | ||
"name": "fable", | ||
"version": "3.0.72", | ||
"version": "3.0.73", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable.js", |
@@ -185,4 +185,10 @@ const libFableServiceBase = require('../Fable-ServiceManager.js').ServiceProviderBase; | ||
} | ||
else if (pCreateError.code =='EEXIST') | ||
{ | ||
// The folder exists -- our dev might be running this in parallel/async/whatnot. | ||
return this.makeFolderRecursive(tmpParameters, fCallback); | ||
} | ||
else | ||
{ | ||
console.log(pCreateError.code); | ||
fCallback(pCreateError); | ||
@@ -189,0 +195,0 @@ return false; |
@@ -88,3 +88,3 @@ /** | ||
testFable.services.Utility.buildHashedTemplate('Slogan', '<p>Some people, like <%= Name %>, have all the fun.</p>'); | ||
// Access the low level service render function | ||
@@ -91,0 +91,0 @@ Expect(testFable.servicesMap.Template.HeadLine.renderFunction({TitleText:'Test'})).to.equal('<h1>Test Page</h1>'); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
11648960
16179