We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06250 commit ebd2a73Copy full SHA for ebd2a73
src/Angular/Log.purs
@@ -21,7 +21,7 @@ type LogEff e = Eff (nglog :: NgLog | e) Unit
21
foreign import logFn
22
" function logFn(fn, message, $log){ \
23
\ return function(){ \
24
- \ return $log[fn](expression); \
+ \ return $log[fn](message); \
25
\ }; \
26
\ } "
27
:: forall e a. Fn3 String a Log (LogEff e)
0 commit comments