Updated changelog

This commit is contained in:
Alejandro Celaya
2021-03-14 18:14:10 +01:00
parent 71468379bd
commit ff1d2f63c8
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ export default class ServersExporter {
saveCsv(this.window, csv, SERVERS_FILENAME);
} catch (e) {
// FIXME Handle error
console.error(e);
console.error(e); // eslint-disable-line no-console
}
};
}