Add another debug statement

This commit is contained in:
Vishesh Handa
2020-12-27 10:37:14 +01:00
parent 2016793b97
commit 6af5975e30

View File

@ -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();