mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Remove useless _job_id
This commit is contained in:
@@ -8,8 +8,6 @@ local utils = require('runner.handlers.utils')
|
||||
|
||||
local M = {}
|
||||
|
||||
M._job_id = nil
|
||||
|
||||
M.shell_handler = function(command, editable)
|
||||
if editable == nil then
|
||||
editable = false
|
||||
|
||||
Reference in New Issue
Block a user