1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

Update jslib (#286)

* Update jslib

* Fix jslib update items
This commit is contained in:
Matt Gibson
2021-04-12 10:13:00 -05:00
committed by GitHub
parent 3ca6153270
commit e41514db2f
5 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ export class SendProgram extends Program {
super(main);
}
register() {
async register() {
program.addCommand(this.sendCommand());
// receive is accessible both at `bw receive` and `bw send receive`
program.addCommand(this.receiveCommand());