@tthr/vue 0.0.36 → 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -317,6 +317,7 @@ export default defineEventHandler(async (event) => {
|
|
|
317
317
|
|
|
318
318
|
return { data: result };
|
|
319
319
|
} catch (error) {
|
|
320
|
+
console.error(`[Tether] Function ${body.function} failed:`, error.message || error);
|
|
320
321
|
throw createError({
|
|
321
322
|
statusCode: 500,
|
|
322
323
|
message: error.message || 'Function execution failed',
|