What area(s) will this request affect?
Theme
What type of change do you want to see?
New feature
Overview
At present, when developing on a machine with limited screen space, we do not have a close eye on the Shopify CLI in terminal. Therefore, when there is a problem with your Shopify liquid file, it is not clear that there has been an error in the CLI tool.
It would be useful for the Terminal to make a beep sound whenever there is an error e.g.
process.stdout.write('\x07')
This could perhaps be an option for developers to turn on, but I feel this would be a useful default.
Motivation
This would make it easier and quicker to diagnose when there are errors in Liquid files being developed.