aboutsummaryrefslogtreecommitdiff
path: root/source/ShiftUI Designer
diff options
context:
space:
mode:
Diffstat (limited to 'source/ShiftUI Designer')
-rw-r--r--source/ShiftUI Designer/Program.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/ShiftUI Designer/Program.cs b/source/ShiftUI Designer/Program.cs
index 7e4be98..4ca9e98 100644
--- a/source/ShiftUI Designer/Program.cs
+++ b/source/ShiftUI Designer/Program.cs
@@ -1423,10 +1423,10 @@ namespace ShiftUI_DesignerGenerated {
forms.Add(type.Name, Activator.CreateInstance(type) as Form);
}
}
- catch
- {
-
- }
+ catch (Exception catcherror)
+ {
+ Console.WriteLine(catcherror);
+ }
}
foreach(var item in forms)
{