Skip to content

Commit 5a05ff8

Browse files
committed
assert false could produce better error message for diagnose
# Conflicts: # lib/4.06.1/unstable/js_compiler.ml # lib/4.06.1/unstable/js_refmt_compiler.ml # lib/4.06.1/whole_compiler.ml
1 parent 9722fb1 commit 5a05ff8

File tree

11 files changed

+2532
-2
lines changed

11 files changed

+2532
-2
lines changed

jscomp/main/bspack_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ let interface sourcefile =
134134
ast in
135135
ast, content
136136

137-
let emit_line_directive = ref false
137+
let emit_line_directive = ref true
138138

139139
let emit out_chan name =
140140
if !emit_line_directive then begin

0 commit comments

Comments
 (0)