Release v30.0.0 (from a7798f5b2167d88489048eb7e1527e9bf896690e)

This commit is contained in:
jenkins
2025-09-18 16:02:06 +00:00
parent 5209fc4afd
commit 20445c67b7
3341 changed files with 7023 additions and 6859 deletions

View File

@@ -33,7 +33,7 @@ export class HistoryProvider {
catch (e) {
if (e instanceof Error || typeof e === 'string') {
const reasonString = getErrorMessage(e);
// tslint:disable-next-line:no-console
// eslint-disable-next-line no-console
console.warn(`HistoryProvider: getBars() failed, error=${reasonString}`);
reject(reasonString);
}
@@ -86,7 +86,7 @@ export class HistoryProvider {
*/
if (e instanceof Error || typeof e === 'string') {
const reasonString = getErrorMessage(e);
// tslint:disable-next-line:no-console
// eslint-disable-next-line no-console
console.warn(`HistoryProvider: getBars() warning during followup request, error=${reasonString}`);
}
}