diff options
| author | aren-cllc <[email protected]> | 2017-02-08 16:34:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-08 16:34:45 +0100 |
| commit | 42cfccfdbe5473bac0701cf805756b41bbd4f288 (patch) | |
| tree | 0f9f2a71d3f950e3e4ea07ab39ccdcb8c7617142 /ShiftOS.WinForms/Oobe.cs | |
| parent | 4164394fc298ad1f53eab90182257e8740c74bc2 (diff) | |
| download | shiftos_thereturn-42cfccfdbe5473bac0701cf805756b41bbd4f288.tar.gz shiftos_thereturn-42cfccfdbe5473bac0701cf805756b41bbd4f288.tar.bz2 shiftos_thereturn-42cfccfdbe5473bac0701cf805756b41bbd4f288.zip | |
Comment out stuff for debugging purposes
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
