Skip to content

Commit

Permalink
Merge pull request #517 from andywang425:dev
Browse files Browse the repository at this point in the history
🐳 chore
  • Loading branch information
andywang425 authored Jul 14, 2024
2 parents 5f75ac6 + c619255 commit f404c8c
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 @@ -12,7 +12,7 @@ import Logger from './library/logger'
import { useModuleStore } from './stores/useModuleStore'
import { waitForMoment } from './library/utils'

const logger = new Logger(`Main`)
const logger = new Logger('Main')

logger.log('document.readyState', document.readyState)

Expand Down

0 comments on commit f404c8c

Please sign in to comment.