mirror of
https://github.com/dergigi/boris.git
synced 2026-01-11 02:44:42 +01:00
debug: add module-level log to confirm module is loaded
If this log doesn't appear in console, the module isn't being imported at all.
This commit is contained in:
@@ -9,6 +9,8 @@ import { ReadItem } from './readsService'
|
||||
import { MARK_AS_READ_EMOJI } from './reactionService'
|
||||
import { nip19 } from 'nostr-tools'
|
||||
|
||||
console.log('[readingProgress] Module loaded')
|
||||
|
||||
type ProgressMapCallback = (progressMap: Map<string, number>) => void
|
||||
type LoadingCallback = (loading: boolean) => void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user