From 3fa51a39c40d2d17237df9fb9e9dbaf25b5b2ef0 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 9 Sep 2024 05:13:24 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 ++ 1 file changed, 2 insertions(+) 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,