Merge branch 'master' into dev

This commit is contained in:
di-sukharev
2024-02-27 22:04:13 +08:00
2 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -214,9 +214,7 @@ export const getConfig = (): ConfigType | null => {
config[configKey] = validValue;
} catch (error) {
outro(
`'${configKey}' name is invalid, it should be either 'OCO_${configKey.toUpperCase()}' or it doesn't exist.`
);
outro(`Unknown '${configKey}' config option.`);
outro(
`Manually fix the '.env' file or global '~/.opencommit' config file.`
);