Skip to content

Commit

Permalink
Fix build error caused by missing closing curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongs committed Jan 3, 2025
1 parent 96f9b0e commit 2a43fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/actions/KeySharesAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class KeySharesAction extends BaseAction {
} else {
keystoreFile = path.join(file, dirent.name);
}
}
}
else {
keystorePassword = await fsp.readFile(this.args.password, 'utf-8');
Expand Down

0 comments on commit 2a43fac

Please sign in to comment.