feat: better title on progress
parent
f30da22d0c
commit
d83118aab3
|
|
@ -359,7 +359,7 @@ export class App {
|
||||||
console.log("Fetching battle list...");
|
console.log("Fetching battle list...");
|
||||||
const gameList = await getBattleList(this.state);
|
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({
|
const fetcher = new GameFetcher({
|
||||||
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
|
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
|
||||||
state: this.state,
|
state: this.state,
|
||||||
|
|
@ -397,7 +397,7 @@ export class App {
|
||||||
BattleListType.Coop,
|
BattleListType.Coop,
|
||||||
);
|
);
|
||||||
|
|
||||||
const { redraw, endBar } = this.exporterProgress("Export games");
|
const { redraw, endBar } = this.exporterProgress("Export coop games");
|
||||||
const fetcher = new GameFetcher({
|
const fetcher = new GameFetcher({
|
||||||
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
|
cache: this.opts.cache ?? new FileCache(this.state.cacheDir),
|
||||||
state: this.state,
|
state: this.state,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue