Skip to content

Commit

Permalink
more files without prettier prettier'd
Browse files Browse the repository at this point in the history
  • Loading branch information
ezShroom committed Aug 24, 2024
1 parent 3ac5725 commit 400410f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const config = await getOrCreateConfig()
import * as Sentry from '@sentry/bun'
import commitHash from '../common/commit-hash.ts' with { type: 'macro' }
import sentryDsn from '../common/sentry-dsn.ts' with { type: 'macro' }
if (config.sentry && typeof sentryDsn !== 'undefined' && sentryDsn !== null) Sentry.init({ dsn: sentryDsn, release: commitHash })
if (config.sentry && typeof sentryDsn !== 'undefined' && sentryDsn !== null)
Sentry.init({ dsn: sentryDsn, release: commitHash })

let currentSpinner = ora({
text: 'Checking for the LBRY SDK',
Expand Down
2 changes: 1 addition & 1 deletion src/gui/gui.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'colors'

console.log('Not implemented yet.'.red)
console.log('Not implemented yet.'.red)

0 comments on commit 400410f

Please sign in to comment.