Commit 77f089a
CLJS-1463: (js-debugger) should generate nil-returning expression
js-debugger macro can now be used in last position of an (implicit)
do. Previously this was not possible, because "return debugger;" was
generated, resulting in an js syntax error.1 parent eef56c1 commit 77f089a
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
| 867 | + | |
868 | 868 | | |
869 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
870 | 872 | | |
871 | 873 | | |
872 | 874 | | |
| |||
0 commit comments