@alwaysmeticulous/common
Advanced tools
Comparing version 2.97.0 to 2.103.0
@@ -14,6 +14,8 @@ "use strict"; | ||
if (!_localDataDir) { | ||
logger.warn("Local data dir has not been set by setMeticulousLocalDataDir()!"); | ||
(0, exports.setMeticulousLocalDataDir)(); | ||
logger.debug(`Local data dir has not been set explictly, so defaulting to ${_localDataDir}`); | ||
} | ||
logger.debug(`Meticulous local data dir: ${_localDataDir}`); | ||
else { | ||
logger.debug(`Using local data dir at ${_localDataDir}`); | ||
} | ||
return _localDataDir; | ||
@@ -20,0 +22,0 @@ }; |
{ | ||
"name": "@alwaysmeticulous/common", | ||
"version": "2.97.0", | ||
"version": "2.103.0", | ||
"description": "Meticulous common utilities", | ||
@@ -47,3 +47,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "abad28f3f0bb91106fcd6829408a2970e0882750" | ||
"gitHead": "489e495e2e67ce422a0a88d716286734986461b8" | ||
} |
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
29580
406