hi Erel ?
By default, the " Errors logs " are always red
But this is not the case with "Try Catch"
I always change this line " Log(LastException)"
to "LogColor(LastException,Colors.Red)"
Maybe it's a good idea for the new version
By default, the " Errors logs " are always red
But this is not the case with "Try Catch"
I always change this line " Log(LastException)"
Try
Catch
Log(LastException)
End Try
to "LogColor(LastException,Colors.Red)"
Try
Catch
LogColor(LastException,Colors.Red)
End Try
Maybe it's a good idea for the new version