jonbaer Posted March 18, 2017 Share Posted March 18, 2017 Is there anyway to suppress the ErrorReporter, it would be great if this was wrapped up so long running games don't end up w/ screens of log messages: msg << (isWarning ? "JavaScript warning: " : "JavaScript error: "); Are there any plans to do that? (Developer "mode"?) Link to comment Share on other sites More sharing options...
leper Posted March 18, 2017 Share Posted March 18, 2017 No. The code or data files should be fixed so that those errors do not occur. Hiding them or adding the ability to hide them will just result in nobody reporting them (as they are hidden) and nothing will get fixed. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now