DBF reader plugin

This commit is contained in:
SPRINX0\prochazka
2025-01-07 17:24:56 +01:00
parent 79bf9016a3
commit 2521f05526
11 changed files with 322 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ module.exports = {
},
startCore(runid, scriptText) {
// console.log('************* RUN SCRIPT *************');
// console.log(scriptText);
const directory = path.join(rundir(), runid);
const scriptFile = path.join(uploadsdir(), runid + '.js');
fs.writeFileSync(`${scriptFile}`, scriptText);