@agentv/core 2.18.2 → 2.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10177,7 +10177,7 @@ var import_node_path23 = __toESM(require("path"), 1);
|
|
|
10177
10177
|
var logged = false;
|
|
10178
10178
|
function getAgentvHome() {
|
|
10179
10179
|
const envHome = process.env.AGENTV_HOME;
|
|
10180
|
-
if (envHome) {
|
|
10180
|
+
if (envHome && envHome !== "undefined") {
|
|
10181
10181
|
if (!logged) {
|
|
10182
10182
|
logged = true;
|
|
10183
10183
|
console.warn(`Using AGENTV_HOME: ${envHome}`);
|