mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
This commit is contained in:
parent
d719318a92
commit
a4287db1a9
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ run(
|
|||
log.error(error);
|
||||
}
|
||||
}
|
||||
process.exit();
|
||||
},
|
||||
{
|
||||
flags: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue