mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +00:00
DBF reader plugin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user