瀏覽代碼

fix `pass_name` with new build pass

Aleksandr Kuzmenko 6 年之前
父節點
當前提交
799a804059
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/context/typecore.ml

+ 1 - 0
src/context/typecore.ml

@@ -141,6 +141,7 @@ let analyzer_run_on_expr_ref : (Common.context -> texpr -> texpr) ref = ref (fun
 let pass_name = function
 	| PBuildModule -> "build-module"
 	| PBuildClass -> "build-class"
+	| PConnectField -> "connect-field"
 	| PTypeField -> "type-field"
 	| PCheckConstraint -> "check-constraint"
 	| PForce -> "force"