Update qlCreate.js

This commit is contained in:
可达鸭 2025-02-15 19:58:31 +08:00
parent d373fda446
commit cf812c495f

View File

@ -250,7 +250,7 @@ import {
let main = new psyDuck.Main()
await main.init(params)
})().catch((e) => {
console.log(e.message)
console.log(e)
})`
fs.writeFile(`${abspath}/${filename}.js`, code, function(err, data) {
if (err) {
@ -308,7 +308,7 @@ import {
let main = new psyDuck.Main()
await main.init(params)
})().catch((e) => {
console.log(e.message)
console.log(e)
})`
fs.writeFile(`${abspath}/${script}`, code, function(err, data) {
if (err) {