mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
parent
0b9554c8cc
commit
5f0e6f13eb
@ -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';
|
||||
})()
|
||||
|
Loading…
Reference in New Issue
Block a user