mirror of
https://github.com/usebruno/bruno.git
synced 2025-07-01 04:50:22 +02:00
@ -160,6 +160,7 @@ const executeQuickJsVmAsync = async ({ script: externalScript, context: external
|
||||
}
|
||||
catch(error) {
|
||||
console?.debug?.('quick-js:execution-end:with-error', error?.message);
|
||||
throw new Error(error?.message);
|
||||
}
|
||||
return 'done';
|
||||
})()
|
||||
|
Reference in New Issue
Block a user