fix: issue #20 cmd-J panel tab strip visibility and output panel parity
This commit is contained in:
@@ -555,7 +555,8 @@ defmodule BDS.CLI.Commands do
|
||||
script.entrypoint || "main",
|
||||
args,
|
||||
timeout: Keyword.get(scripting_config, :job_timeout, :infinity),
|
||||
max_reductions: Keyword.get(scripting_config, :job_max_reductions, :none)
|
||||
max_reductions: Keyword.get(scripting_config, :job_max_reductions, :none),
|
||||
on_output: fn text -> IO.puts(text) end
|
||||
) do
|
||||
{:ok, nil} -> {:ok, "Script finished"}
|
||||
{:ok, result} -> {:ok, "Script finished: #{format_reason(result)}"}
|
||||
|
||||
Reference in New Issue
Block a user