fix(测试跟踪): 异常格式处理
This commit is contained in:
parent
e4a7c2eb34
commit
a0009de2e6
|
@ -288,7 +288,7 @@ public class XmindCaseParser {
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
processBuffer.append(Translator.get("incorrect_format"));
|
processBuffer.append(Translator.get("incorrect_format"));
|
||||||
LogUtil.error(ex.getMessage());
|
LogUtil.error(ex.getMessage());
|
||||||
return ex.getMessage();
|
return "xmind "+Translator.get("incorrect_format");
|
||||||
}
|
}
|
||||||
return process.toString();
|
return process.toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue