Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 17:26:01 +08:00
parent bacd022f3d
commit bf250ffe8c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -735,8 +735,8 @@ const getExportPath = (option: IExportOptions, removeAssets?: boolean, mergeSubd
}, exportResponse => {
if (option.type === "word") {
if (exportResponse.code === 1) {
showMessage(exportResponse.msg, undefined, "error");
hideMessage(msgId);
showMessage(exportResponse.msg, 0, "error");
return;
}
afterExport(exportResponse.data.path, msgId);