We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1af50 commit e5a060dCopy full SHA for e5a060d
1 file changed
lib/common/global/initialized.dart
@@ -46,6 +46,7 @@ class AppInitializer {
46
initService();
47
} catch (e) {
48
log("Hive Init Error: $e");
49
+ exit(0);
50
}
51
52
MediaKit.ensureInitialized();
0 commit comments