From 14e4bdc5e0a6cfcd6057cdda0bfade1fed6956e8 Mon Sep 17 00:00:00 2001 From: Ahmad Bamieh Date: Wed, 28 Aug 2019 00:46:43 +0300 Subject: [PATCH] Update run_i18n_extract.ts (#44092) call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process. --- src/dev/run_i18n_extract.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev/run_i18n_extract.ts b/src/dev/run_i18n_extract.ts index cbc795a738ac8..5492b5cd6795c 100644 --- a/src/dev/run_i18n_extract.ts +++ b/src/dev/run_i18n_extract.ts @@ -88,6 +88,7 @@ run( log.error(error); } } + process.exit(); }, { flags: {