Test new features for variables

This commit is contained in:
2023-08-22 00:56:52 +02:00
parent 89f3576881
commit 68b6e1c9fe
4 changed files with 48 additions and 19 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env node
const BeeWarehouse = require('../../BeeWarehouse.js');
let ExampleCom = BeeWarehouse.LoadBeesFile('./ExampleCom.xml').ExampleCom;
let ExampleCom = BeeWarehouse.LoadBeesFile(`${__dirname}/ExampleCom.xml`).ExampleCom;
let Info = ExampleCom.Functions.GetInfo();
console.log(Info);