Skip to content

Commit

Permalink
fix: qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Mar 2, 2021
1 parent 0c94dd3 commit 691c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/layers/host.layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class HostLayer {
}

if (this.options.logQR) {
this.spin(`\n` + qr);
console.log(qr);
} else {
this.spin(`Waiting for QRCode Scan: Attempt ${attempt}`);
}
Expand Down

0 comments on commit 691c3af

Please sign in to comment.