Commit 8646b9c4 authored by wudizhanche1000's avatar wudizhanche1000

Fix: 下载没有正确抛出异常

parent 92c66884
...@@ -516,7 +516,7 @@ export class AppsService { ...@@ -516,7 +516,7 @@ export class AppsService {
this.ref.tick(); this.ref.tick();
}); });
} catch (e) { } catch (e) {
throw e;
} }
let files = await this.downloadService.getFiles(downloadId); let files = await this.downloadService.getFiles(downloadId);
app.status.status = "waiting"; app.status.status = "waiting";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment