Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu committed Jan 27, 2024
1 parent 313ef7a commit c7d2284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class UI {
}

localize(message: string, ...args: Array<string | number | boolean>) {
let ret = message;
const ret = message;
for (const i in args) {
ret.replace(`{${i}}`, args[i].toString());
}
Expand Down

0 comments on commit c7d2284

Please sign in to comment.