It's not clear to me how to properly format an error message with this tool. The README.md gives examples of static messages but not for dynamic.
For example, I'm running Node Sass using a NPM watch script. When a syntax error shows up in my terminal, there's no clear way to display it in the notifier. I'm not sure how to build a use error handling to pipe the error into the Notifier notification.
It's not clear to me how to properly format an error message with this tool. The README.md gives examples of static messages but not for dynamic.
For example, I'm running Node Sass using a NPM watch script. When a syntax error shows up in my terminal, there's no clear way to display it in the notifier. I'm not sure how to build a use error handling to pipe the error into the Notifier notification.