Skip to content

Commit 969bb90

Browse files
committed
chore: support for forced window closure situations
1 parent 8780f85 commit 969bb90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/llm/session.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ local function new_session()
2323
'[Unrecommended Behavior] Last time, the window was closed without using the "Session:Close" shortcut key.'
2424
)
2525
conf.session.status = -1
26+
M.NewSession()
2627
end
2728

2829
local function show_session()

0 commit comments

Comments
 (0)