mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-01 19:03:42 +00:00
Disallow unsafe returns. (#19767)
This commit is contained in:
committed by
GitHub
parent
cf450312a2
commit
1958555db2
@@ -29,6 +29,7 @@ export class AcpFileSystemService implements FileSystemService {
|
||||
sessionId: this.sessionId,
|
||||
});
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
|
||||
return response.content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user