diff --git a/lib/main.dart b/lib/main.dart index 51fbd840..e1e70ec6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -40,6 +40,8 @@ Future initApp( }) async { GoogleFonts.config.allowRuntimeFetching = false; try { + debugPrint("initializeUsingPath: $initializeUsingPath"); + debugPrint("workspaceFolderPath: ${settingsModel?.workspaceFolderPath}"); final openBoxesStatus = await openBoxes( initializeUsingPath, settingsModel?.workspaceFolderPath,