Make deploy thingy break less

This commit is contained in:
Jarvis Carroll 2025-08-22 19:52:42 +10:00
parent f78d929fb9
commit 51463b8b74

View File

@ -590,7 +590,7 @@ deploy(State = #s{code = {Codebook, Pages}}) ->
State;
Index ->
#p{code = CodeTx} = lists:nth(Index + 1, Pages),
Source = wxTextCtrl:getValue(CodeTx),
Source = get_source(CodeTx),
deploy2(State, Source)
end.