feat: enhance QueryPlugin run method with error handling and update logging in Vm class

This commit is contained in:
Boris D
2025-10-09 12:57:32 +03:00
parent dac008366a
commit f357bc5e61
3 changed files with 26 additions and 4 deletions

View File

@ -17,7 +17,7 @@ async function main(input, headers) {
const res = await db.execute(sql);
log(res);
// log(res);
return {
response: {