mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
parent
0b9554c8cc
commit
5f0e6f13eb
@ -160,6 +160,7 @@ const executeQuickJsVmAsync = async ({ script: externalScript, context: external
|
|||||||
}
|
}
|
||||||
catch(error) {
|
catch(error) {
|
||||||
console?.debug?.('quick-js:execution-end:with-error', error?.message);
|
console?.debug?.('quick-js:execution-end:with-error', error?.message);
|
||||||
|
throw new Error(error?.message);
|
||||||
}
|
}
|
||||||
return 'done';
|
return 'done';
|
||||||
})()
|
})()
|
||||||
|
Loading…
Reference in New Issue
Block a user