소스 검색

[cs] minor

Cauê Waneck 11 년 전
부모
커밋
8ff62c1c70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      interp.ml

+ 1 - 1
interp.ml

@@ -2511,7 +2511,7 @@ let macro_lib =
 							file,false
 						| [file;"std"] ->
 							file,true
-						| _ -> raise Exit
+						| _ -> failwith ("unsupported file@`std` format: " ^ file)
 					in
 					Gencs.add_net_lib com file is_std
 				| _ -> failwith "Unsupported platform");