mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
address comments by bot and format
This commit is contained in:
@@ -26,7 +26,9 @@ export function usePlanMonitoring(config: Config) {
|
||||
|
||||
const updatePlan = async () => {
|
||||
try {
|
||||
const securityCheck = await isDirectorySecure(plansDir);
|
||||
const securityCheck = await isDirectorySecure(plansDir, {
|
||||
owner: 'user',
|
||||
});
|
||||
if (!securityCheck.secure) {
|
||||
debugLogger.warn(
|
||||
'Security check failed for plans directory',
|
||||
|
||||
Reference in New Issue
Block a user