mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Handle process exit better + some PR cleanup
This commit is contained in:
parent
bf97f089ca
commit
67304751bd
8 changed files with 21 additions and 9 deletions
|
|
@ -27,5 +27,5 @@ export async function main(args) {
|
|||
await proxy.stopServer();
|
||||
proxy.verifyNoMaliciousPackages();
|
||||
|
||||
process.exit(result.status);
|
||||
return result.status;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue