mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Add another debug statement
This commit is contained in:
@ -75,6 +75,7 @@ class Repository with ChangeNotifier {
|
||||
Log.i("Setting ${settings.toLoggableMap()}");
|
||||
|
||||
var repoPath = await settings.buildRepoPath(gitBaseDir);
|
||||
Log.i("Loading Repo at path $repoPath");
|
||||
|
||||
var repoDir = Directory(repoPath);
|
||||
var repoDirStat = repoDir.statSync();
|
||||
|
Reference in New Issue
Block a user