Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
a5b0cc0a65
|
@ -133,7 +133,7 @@ func (w *wsConnectItem) consumeRenderImageData() {
|
|||
}()
|
||||
select {
|
||||
case <-w.extendRenderProperty.renderCtx.Done():
|
||||
panic("检测到模板标签/颜色变化,渲染取消旧的任务")
|
||||
panic("检测到模板标签/颜色/logo变化,渲染取消旧的任务")
|
||||
case <-tmpChan:
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user