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