Browse Source

add var position on analyzer crash report

Aleksandr Kuzmenko 5 years ago
parent
commit
04926ce1e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/tPrinting.ml

+ 1 - 0
src/core/tPrinting.ml

@@ -583,6 +583,7 @@ module Printer = struct
 			"v_capture",string_of_bool v.v_capture;
 			"v_extra",s_opt s_tvar_extra v.v_extra;
 			"v_meta",s_metadata v.v_meta;
+			"v_pos",s_pos v.v_pos;
 		]
 
 	let s_module_kind = function