From 42cfccfdbe5473bac0701cf805756b41bbd4f288 Mon Sep 17 00:00:00 2001 From: aren-cllc Date: Wed, 8 Feb 2017 16:34:45 +0100 Subject: [PATCH] Comment out stuff for debugging purposes --- ShiftOS.WinForms/Oobe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index bce19e2..8eef34a 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -216,7 +216,7 @@ namespace ShiftOS.WinForms TextType("An error has occoured while starting the tutorial"); TextType(e.ToString()); } - this.Close(); + //this.Close(); // This has been commented out because the form closes when the error appears. Uncomment this if no more errors appear } catch(Exception e) {