Explicitly declare file extensions for stickers and log event fetching progress
This commit is contained in:
parent
593f14beae
commit
4af8ec4d40
4 changed files with 9 additions and 7 deletions
|
@ -95,7 +95,7 @@ export default class PlainTextExporter extends Exporter {
|
|||
const res = await this.getRequiredEvents();
|
||||
const fetchEnd = performance.now();
|
||||
|
||||
console.log(`Fetched ${res.length} events in ${(fetchEnd - fetchStart)/1000} s`);
|
||||
console.log(`Fetched ${res.length} events in ${(fetchEnd - fetchStart)/1000}s`);
|
||||
console.info("Creating Output...");
|
||||
|
||||
const text = await this.createOutput(res);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue