mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
fix: 修复 main 文件及 "production" 的问题
This commit is contained in:
@@ -83,8 +83,8 @@ export function NativeAutoUpdater({
|
||||
}
|
||||
|
||||
if (
|
||||
"production" === 'test' ||
|
||||
"production" === 'development'
|
||||
process.env.NODE_ENV === 'test' ||
|
||||
process.env.NODE_ENV === 'development'
|
||||
) {
|
||||
logForDebugging(
|
||||
'NativeAutoUpdater: Skipping update check in test/dev environment',
|
||||
|
||||
Reference in New Issue
Block a user