You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/src/platform/test/server_integration/config.base.js@elastic/kibana-security@elastic/kibana-core# Assigned per https://github.com/elastic/kibana/pull/199795#discussion_r1846510782
2286
2286
/src/platform/test/server_integration/__fixtures__@elastic/kibana-security# Assigned per https://github.com/elastic/kibana/pull/53810
constmessage=`uncommitted changes were detected after the TypeScript build. TypeScript cache artifacts must be generated from a clean working tree.`;
188
+
constchangedFiles=localChanges.join('\n');
189
+
constmessage=`uncommitted changes were detected after the TypeScript build. TypeScript cache artifacts must be generated from a clean working tree.\nChanged files:\n${changedFiles}`;
180
190
181
191
if(isCiEnvironment()){
182
-
thrownewError(`Canceling TypeScript cache archive because ${message}`);
192
+
thrownewError(`Cancelling TypeScript cache archive because ${message}`);
183
193
}
184
194
185
195
log.info(`Skipping TypeScript cache archive because ${message}`);
0 commit comments