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:
Ahmad Bamieh 2019-08-28 00:46:43 +03:00 committed by GitHub
parent 52011362a2
commit cb17672a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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