mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update run_i18n_extract.ts (#44092)
call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
This commit is contained in:
parent
52011362a2
commit
cb17672a95
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ run(
|
|||
log.error(error);
|
||||
}
|
||||
}
|
||||
process.exit();
|
||||
},
|
||||
{
|
||||
flags: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue