feat: better title on progress

main
spacemeowx2 2022-10-25 02:48:49 +08:00
parent f30da22d0c
commit d83118aab3
1 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ export class App {
console.log("Fetching battle list...");
const gameList = await getBattleList(this.state);
const { redraw, endBar } = this.exporterProgress("Export games");
const { redraw, endBar } = this.exporterProgress("Export vs games");
const fetcher = new GameFetcher({
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
state: this.state,
@ -397,7 +397,7 @@ export class App {
BattleListType.Coop,
);
const { redraw, endBar } = this.exporterProgress("Export games");
const { redraw, endBar } = this.exporterProgress("Export coop games");
const fetcher = new GameFetcher({
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
state: this.state,