Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu committed Jan 27, 2024
1 parent 7bdd670 commit 313ef7a
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 @@ -73,7 +73,7 @@ class UI {
this.config.update('path', p.replace(homedir(), '~'), /*isUser=*/ true);
}

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

0 comments on commit 313ef7a

Please sign in to comment.