瀏覽代碼

[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");