Skip to content

Commit

Permalink
fix: clean qrcode in raw terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Jan 23, 2023
1 parent e3db6ca commit 2b26963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion max/CoMo.te/package-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c{
{
"name" : "comote",
"displayname" : "",
"version" : "1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/qrcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function rawLink(config) {
*/
export async function terminal(config) {
const link = formatConfigToLink(config);
return await QRCode.toString(link, { type: 'terminal', small: true });
return await QRCode.toString(link, { type: 'terminal' });
}


Expand Down

0 comments on commit 2b26963

Please sign in to comment.