Merge remote-tracking branch 'origin/dev'

This commit is contained in:
di-sukharev
2023-05-04 12:51:35 +08:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export const hookCommand = command(
}
throw new Error(
`unsupported mode: ${mode}. Supported modes are: 'set' or 'unset'`
`Unsupported mode: ${mode}. Supported modes are: 'set' or 'unset'`
);
} catch (error) {
outro(`${chalk.red('✖')} ${error}`);