Update run_i18n_extract.ts (#44092) (#44177)

call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
This commit is contained in:
Ahmad Bamieh 2019-08-28 06:22:03 +03:00 committed by GitHub
parent d719318a92
commit a4287db1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,7 @@ run(
log.error(error);
}
}
process.exit();
},
{
flags: {