From 28aa7cdc741672f0397d45996cde92bb6cdd6b81 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Tue, 27 Oct 2020 01:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/testCase/utTryCatchCase.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testCase/utTryCatchCase.erl b/src/testCase/utTryCatchCase.erl index e390312..2a71f86 100644 --- a/src/testCase/utTryCatchCase.erl +++ b/src/testCase/utTryCatchCase.erl @@ -237,7 +237,7 @@ testTryCatch2(Type, TestLoop) -> catch Type:Reason:Strace -> case TestLoop of - true -> ok; + true -> Strace; false -> io:format("try .. catch block caught exception of ~p: ~p: ~p:~n", [Type, Reason, Strace]) end end.