Skip to content

Commit

Permalink
don't match
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Oct 27, 2024
1 parent 9ae8880 commit f34ee65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jscomp/core/js_dump.ml
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,7 @@ and expression_desc cxt ~(level : int) x : cxt =
string cxt L.new_;
space cxt;
let cxt = expression ~level:16 cxt e in
paren_group cxt 1 (fun _ ->
match el with [] -> cxt | el -> arguments cxt el)))
paren_group cxt 1 (fun _ -> arguments cxt el)))
| Cond { pred = e; then_ = e1; else_ = e2 } ->
let action () =
let cxt = expression ~level:3 cxt e in
Expand Down

0 comments on commit f34ee65

Please sign in to comment.