@@ -1431,8 +1431,8 @@ export class SessionManager {
|
||||
}
|
||||
|
||||
/** Create an in-memory session (no file persistence) */
|
||||
static inMemory(cwd: string = process.cwd()): SessionManager {
|
||||
return new SessionManager(cwd, "", undefined, false);
|
||||
static inMemory(cwd: string = process.cwd(), options?: NewSessionOptions): SessionManager {
|
||||
return new SessionManager(cwd, "", undefined, false, options);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user