Ontosy Posted October 5, 2020 Posted October 5, 2020 When I use eslint i see "error" maker in red. When I run() in autoit3 I see all white. Do it is possible preserve colors?
JockoDundee Posted October 5, 2020 Posted October 5, 2020 48 minutes ago, Ontosy said: When I run() in autoit3 I see all white. Run ( "program" [, "workingdir" [, show_flag [, opt_flag]]] ) Are you setting the working directory to the directory where the .eslintrc.json file and any othe config files reside? https://eslint.org/docs/user-guide/configuring Code hard, but don’t hard code...
Ontosy Posted October 5, 2020 Author Posted October 5, 2020 (edited) I now see that use: $STDOUT_CHILD (0x2) = Provide a handle to the child's STDOUT stream to get output and write in a form. In this way it is not possible to obtain the colors? Edited October 5, 2020 by Ontosy
JockoDundee Posted October 5, 2020 Posted October 5, 2020 Are you running with the —colors option, which forces colors even if a tty is not enabled? https://eslint.org/docs/user-guide/command-line-interface#-color-no-color Code hard, but don’t hard code...
Ontosy Posted October 5, 2020 Author Posted October 5, 2020 (edited) I tryed now also --color but not solve, I get strange symbols that I don't know how to handle. The problem is that i use GUICtrlSetData to write to a form and it write only text. Edited October 5, 2020 by Ontosy
JockoDundee Posted October 6, 2020 Posted October 6, 2020 What environment are you running eslint in? WSL / Bash? And you are saying that everything works fine from the command line, but doesn’t when you execute it using the Run command? You are going to have be more specific and post some code. In the meantime, see if this helps: Code hard, but don’t hard code...
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