fix(mock): 修复小程序环境 process 不存在的错误
在小程序环境中 process 对象不存在,导致 isAITestEnvironment 函数抛出 ReferenceError。 修复:添加 typeof process !== 'undefined' 检查 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
2 additions
and
2 deletions
-
Please register or login to post a comment