We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is:
>> sys/log/error 'REBOL "Bla bla..." [REBOL] ** Error: Bla bla... >> sys/log/error 'REBOL try [1 / 0] [REBOL] ** Error: [REBOL] ** Math error: attempt to divide by zero [REBOL] ** Where: / try [REBOL] ** Near: / 0 >>
In the second call above (when the argument to the log function is already an error) there should not be the line:
[REBOL] ** Error:
The text was updated successfully, but these errors were encountered:
Oldes/Rebol3@a87e667
No branches or pull requests
Currently there is:
In the second call above (when the argument to the log function is already an error) there should not be the line:
The text was updated successfully, but these errors were encountered: