Skip to content

Commit df44fea

Browse files
[i18n] Integrate 7.9.1 Translations (#76391)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 26d16dd commit df44fea

File tree

3 files changed

+349
-756
lines changed

3 files changed

+349
-756
lines changed

src/dev/run_i18n_integrate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ run(
111111
const reporter = new ErrorReporter();
112112
const messages: Map<string, { message: string }> = new Map();
113113
await list.run({ messages, reporter });
114+
process.exitCode = 0;
114115
} catch (error) {
115116
process.exitCode = 1;
116117
if (error instanceof ErrorReporter) {
@@ -120,6 +121,7 @@ run(
120121
log.error(error);
121122
}
122123
}
124+
process.exit();
123125
},
124126
{
125127
flags: {

0 commit comments

Comments
 (0)