Skip to content

Commit fed39ea

Browse files
committed
fix missing local variable
1 parent 48af865 commit fed39ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/asyncrun/toggleterm.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
local terminal = require("toggleterm.terminal").Terminal
22
local config = require("toggleterm.config")
3+
local M = {}
34

45
function M.reset()
56
if M._asyncrun_term ~= nil then

0 commit comments

Comments
 (0)