Skip to content

Commit 408b968

Browse files
committed
v1.8.1
1 parent 591596c commit 408b968

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

app/application/http/controller/run-log.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,7 @@ func (self RunLog) Run(http *gin.Context) {
8989
}
9090
}()
9191

92-
_, err = io.Copy(progress, response)
93-
if err != nil {
94-
self.JsonResponseWithError(http, err, 500)
95-
return
96-
}
92+
_, _ = io.Copy(progress, response)
9793

9894
self.JsonResponseWithoutError(http, gin.H{
9995
"log": "",

asset/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</head>
1919
<body>
2020
<div id="root"></div>
21-
<script src="/dpanel/static/asset/umi.d1e7ce7d.js"></script>
21+
<script src="/dpanel/static/asset/umi.a9adf88f.js"></script>
2222
</body>
2323
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)