Remove useless _job_id

This commit is contained in:
MarcHamamji 2023-02-16 11:53:49 +02:00
parent a5688d1ef2
commit c2e9d0eba2

View File

@ -8,8 +8,6 @@ local utils = require('runner.handlers.utils')
local M = {} local M = {}
M._job_id = nil
M.shell_handler = function(command, editable) M.shell_handler = function(command, editable)
if editable == nil then if editable == nil then
editable = false editable = false