mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-21 21:26:57 +00:00
Fix bug
This commit is contained in:
parent
cd2de7f893
commit
624ee76e71
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ export class AiScript {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (AiScript.envVarsDef[name]) {
|
if (AiScript.envVarsDef[name]) {
|
||||||
return this.envVars[name].value;
|
return this.envVars[name];
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(`Script: No such variable '${name}'`);
|
throw new Error(`Script: No such variable '${name}'`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue