소스 검색

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"