fcm icon indicating copy to clipboard operation
fcm copied to clipboard

fcm make: combine SHELL and OUT events

Open matthewrmshin opened this issue 11 years ago • 0 comments

When a build task triggers a shell command, the shell utility generates a SHELL event when the command returns, and the task generates a separate OUT event to print the standard output and error. In a multi-process environment, these event may not be handled back-to-back and may get intermingled with other events. It would be desirable if the 2 events can be optionally combined.

matthewrmshin avatar Jul 08 '13 13:07 matthewrmshin