Skip to content

Commit

Permalink
fix: 提示优化
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed Dec 11, 2023
1 parent a135932 commit e395b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/utils/envfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const fetchEnv = () => {
const {ipcRenderer} = window.require("electron");
ipcRenderer.invoke("set-release-edition-raw", fetchEnv() || "").then(() => {
if (isEnpriTraceAgent()) {
info("设置 EnpriTraceAgent 发行版成功")
info(`设置 ${getReleaseEditionName()} 发行版成功`)
}
})

Expand Down

0 comments on commit e395b46

Please sign in to comment.