Skip to content

Commit

Permalink
Fix event emmiter logger namespace
Browse files Browse the repository at this point in the history
commit_hash:f658b58744c2e42bc965c3092b88ff92fe4112ca
  • Loading branch information
sabio committed Nov 5, 2024
1 parent 17ed116 commit 17d77a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/events/emitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const emitter = <T, U>(ctx: Window): Emitter<T, U> => {
getPath(observers, eventName)
? errorLogger(
ctx,
`e.${event}`,
`e.${eventName}`,
observers[eventName].trigger,
)(event)
: [],
Expand Down

0 comments on commit 17d77a0

Please sign in to comment.