My project is getting big and when there is a build error, the part after the error where it prints the command that failed (IE after error: the following command failed with 1 compilation errors: fills the visible portion of the terminal, so I have to scroll up on every build failure to see the actual errors.. Is there a flag to quiet or skip printing the command that failed?
#is there a way to hide build command output when a build error occurs?
1 messages · Page 1 of 1 (latest)
--prominent-compile-errors may be helpful :)
ahhhh much better