JsonHunt / save-commands

Assign parametrized shell commands to file globs to be automatically run whenever the file is saved
MIT License
20 stars 11 forks source link

Only show command output panel on error is not working #40

Open sgatu opened 8 years ago

sgatu commented 8 years ago

If the option is active the panel is never shown, even if the command is returning a non 0 return code.

I tried also redirecting the stdout to stderr, but I had no success.