mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
Report Bug: Attach logs from the last 2 days
This commit is contained in:
@ -153,7 +153,7 @@ class Log {
|
||||
var today = DateTime.now();
|
||||
var l = <String>[];
|
||||
for (var i = 0; i < n; i++) {
|
||||
var fp = filePathForDate(today.add(i.days));
|
||||
var fp = filePathForDate(today.subtract(i.days));
|
||||
if (File(fp).existsSync()) {
|
||||
l.add(fp);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user