fix: error message not showing outside of watch mode
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -95,6 +95,7 @@ export async function command(opts: OptionValues) {
|
||||
try {
|
||||
await sharedCommand();
|
||||
} catch (err) {
|
||||
console.error(chalk.red('Error: ', err));
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user