feat: enhance QueryPlugin run method with error handling and update logging in Vm class
This commit is contained in:
@ -17,7 +17,7 @@ async function main(input, headers) {
|
||||
|
||||
const res = await db.execute(sql);
|
||||
|
||||
log(res);
|
||||
// log(res);
|
||||
|
||||
return {
|
||||
response: {
|
||||
|
||||
Reference in New Issue
Block a user