Added hot reload of loaders button and did a bit of luadebug

This commit is contained in:
Joppe Blondel
2025-10-24 14:53:00 +02:00
parent 1cd7b378b6
commit 8f5d71a6b9
4 changed files with 100 additions and 9 deletions

View File

@ -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 ".",