fix error message

This commit is contained in:
Александр Родионов 2025-05-13 16:39:47 +03:00 committed by Daniel Riccio
parent ec2ad25d9f
commit 73d6e1495d

View file

@ -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
}
}