Skip to content

Commit

Permalink
chore: add more elliptic curves
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Dec 24, 2024
1 parent 02572c6 commit 05d3448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/generate/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ export default class extends Command {
} );
}

console.log( privateKey );
console.log( privateKey.trim() );

if ( process.cli.options.copy && process.platform === "win32" ) {
copyToClipboard( privateKey );

console.log( "Private key copied to the clipboard" );
console.log( "\nPrivate key copied to the clipboard" );
}
}
}

0 comments on commit 05d3448

Please sign in to comment.