Skip to content

Commit

Permalink
style: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Aug 25, 2024
1 parent 65af5b0 commit be2529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function main() {
await downloader.downloadSong(program.args[0]!);
} catch (err) {
if (err instanceof YtdlMp3Error) {
if (options['verbose']) {
if (options.verbose) {
console.error(err.cause);
console.error(err.stack);
}
Expand Down

0 comments on commit be2529f

Please sign in to comment.