Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added error message printing to the tmux plugin:
Added output error messsages to the tmux plugin file so that if either cmake or make fail, you can find out why. For example, if cmake is missing, the output looks like this: ``` 'cmake /usr/local/google/home/nhdaly/.tmux/plugins/tmux-mem-cpu-load' failed. /usr/local/google/home/nhdaly/.tmux/plugins//tmux-mem-cpu-load/tmux-mem-cpu-load.plugin.tmux: line 23: cmake: command not found ``` If there is some error during make, the output looks like this: ``` tmux-mem-cpu-load failed to build. make: <make output error message> ```
- Loading branch information