Added hot reload of loaders button and did a bit of luadebug
This commit is contained in:
@ -9,8 +9,10 @@ local M = {
|
||||
-- Run a shell command
|
||||
---@param target table Target table
|
||||
---@param name string Name of the target to run
|
||||
---@praam debuginfo table Debugging information
|
||||
---@return process|nil
|
||||
function M:run(target, name)
|
||||
---@diagnostic disable-next-line: unused-local
|
||||
function M:run(target, name, debuginfo)
|
||||
core.log("[jpdebug] Running shell command")
|
||||
local opts = {
|
||||
cwd = target.cwd or ".",
|
||||
|
||||
Reference in New Issue
Block a user