(pathId)
| 1936 | // 查看报错详情 |
| 1937 | // ===================================================================== |
| 1938 | async function toggleErrorDetails(pathId) { |
| 1939 | await toggleErrorDetailsCommon(pathId, AppState.creds); |
| 1940 | } |
| 1941 | |
| 1942 | async function toggleAntigravityErrorDetails(pathId) { |
| 1943 | await toggleErrorDetailsCommon(pathId, AppState.antigravityCreds); |
nothing calls this directly
no test coverage detected