This commit is contained in:
lucaspalomodevelop 2022-11-18 22:18:36 +01:00
parent 1c221ef048
commit 0a81571827
2 changed files with 0 additions and 7 deletions

View File

@ -59,9 +59,6 @@ addCommand({prefix:"-info"},(arg) =>{
}
})
addCommand({prefix:"-out"},(arg) =>{
console.log(output)
})

View File

@ -38,12 +38,8 @@ function exec(script) {
script = script.replace("//[jsste_info]",`let jsste_input_file = ${JSON.stringify(require("./index").info)}`),
// console.log(`a: }`)
script += "\n return outString;";
// console.log(script)
try {
let F = new Function(script);