fix: working on rebuild from filesystem and analysis warnings

This commit is contained in:
2026-04-25 11:18:30 +02:00
parent 59be6c213e
commit 5ecd90ae65
18 changed files with 307 additions and 55 deletions

View File

@@ -195,9 +195,7 @@ defmodule BDS.Scripting.Lua do
case values do
[] -> nil
[value] -> value
_other -> values
_values -> values
end
end
defp unwrap_result(values), do: values
end