You must log in or # to comment.
- You “fix” something and then rollback them. - Isn’t that software development all about? 
- try { doStuff(); } catch { }- Bug fixed. 
You “fix” something and then rollback them.
Isn’t that software development all about?
try
{
    doStuff();
}
catch { }
Bug fixed.