Skip to content

Commit

Permalink
Should fix jgm's reported issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Aug 10, 2023
1 parent fc66dd2 commit c13d382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/terminal/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ command.add(nil, {
else
view.node:close_view(core.root_view.root_node, view)
view.terminal:close()
view.terminal = nil
view = nil
core.terminal_view = nil
end
Expand Down

0 comments on commit c13d382

Please sign in to comment.