We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc64016 commit 885f7e2Copy full SHA for 885f7e2
jscomp/bsb/bsb_ninja_rule.ml
@@ -207,7 +207,7 @@ let make_custom_rules
207
208
Ext_buffer.add_char_string buf ' ' ppx_flags;
209
Ext_buffer.add_char_string buf ' ' bsc_flags;
210
- Ext_buffer.add_string buf "-bs-ast -o $out $in";
+ Ext_buffer.add_string buf " -bs-ast -o $out $in";
211
Ext_buffer.contents buf
212
in
213
let build_ast =
lib/4.06.1/bsb.ml
@@ -13256,7 +13256,7 @@ let make_custom_rules
13256
13257
13258
13259
13260
13261
13262
0 commit comments