mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix error message
This commit is contained in:
parent
ec2ad25d9f
commit
73d6e1495d
1 changed files with 1 additions and 1 deletions
|
|
@ -1625,7 +1625,7 @@ export class McpHub {
|
|||
await this.notifyWebviewOfServerChanges()
|
||||
}
|
||||
} catch (error) {
|
||||
this.showErrorMessage(`Failed to update always allow settings for tool ${toolName}`, error)
|
||||
this.showErrorMessage(`Failed to update disabledForPromptTool ssettings for tool ${toolName}`, error)
|
||||
throw error // Re-throw to ensure the error is properly handled
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue