+2

Is it possible to stop build system from showing output?

johtso 12 років тому оновлено Dan Rogers 12 років тому 3
Is it possible to stop a build system from showing output if there weren't any error's raised or output produced?
i think its not possible, because output cant understand when there error and when not
my solution is keep open output always, or close it every time by pressing escape
It would be a nice feature to be able to specify that a build system shouldn't open an output panel.
+1
I wrote a fix which forces the build system to bypass the console window, when `quiet` is passed to your command.