Skip to content

Commit ebd2a73

Browse files
committed
Fixing variable name
1 parent ed06250 commit ebd2a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular/Log.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type LogEff e = Eff (nglog :: NgLog | e) Unit
2121
foreign import logFn
2222
" function logFn(fn, message, $log){ \
2323
\ return function(){ \
24-
\ return $log[fn](expression); \
24+
\ return $log[fn](message); \
2525
\ }; \
2626
\ } "
2727
:: forall e a. Fn3 String a Log (LogEff e)

0 commit comments

Comments
 (0)