update comment

This commit is contained in:
Evan 2025-02-03 12:53:42 -08:00
parent fb613ef5c8
commit 05093529bb

View file

@ -32,7 +32,7 @@ export class LLMFileAccessController {
/**
* Initialize the controller by loading custom patterns
* Must be called after construction
* Must be called after construction and before using the controller
*/
async initialize(): Promise<void> {
await this.loadCustomPatterns()