Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Aug 18, 2021
1 parent 68843b2 commit 3f8060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moon/includes/modules/cfclogger.moon
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class CFCLogger

on: (severity) =>
scope = self
addCallback = (callback) -> @addCallbackFor(scope, severity, callback)
addCallback = (callback) => scope\addCallbackFor(severity, callback)

{ call: addCallback }

Expand Down

0 comments on commit 3f8060e

Please sign in to comment.