You must log in or register 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.