fix: droid转发增加runtimeAddon调试插件

This commit is contained in:
shaw
2025-10-15 15:17:20 +08:00
parent 92712277db
commit d72897f835
3 changed files with 149 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ class DroidScheduler {
if (filtered.length === 0) {
throw new Error(
`No available Droid accounts for endpoint ${normalizedEndpoint}${apiKeyData?.droidAccountId ? ' (respecting binding)' : ''}`
`No available accounts for endpoint ${normalizedEndpoint}${apiKeyData?.droidAccountId ? ' (respecting binding)' : ''}`
)
}
@@ -197,7 +197,7 @@ class DroidScheduler {
if (!selected) {
throw new Error(
`No schedulable Droid account available after sorting (${normalizedEndpoint})`
`No schedulable account available after sorting (${normalizedEndpoint})`
)
}