Skip to content

Commit

Permalink
feat: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd committed May 25, 2024
1 parent cddcc89 commit bf07161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/loadConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const loadConfig = async (): Promise<Config> => {

if (!configPath) {
throw new Error(
'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .ts, .cjs.'
'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .cjs.'
)
}

Expand Down

0 comments on commit bf07161

Please sign in to comment.