fix shell widget
This commit is contained in:
@@ -24,10 +24,11 @@ end
|
|||||||
|
|
||||||
function on_shell_result(text)
|
function on_shell_result(text)
|
||||||
if text == "" then
|
if text == "" then
|
||||||
return
|
current_output = "no output"
|
||||||
|
else
|
||||||
|
current_output = text
|
||||||
end
|
end
|
||||||
|
|
||||||
current_output = text
|
|
||||||
redraw()
|
redraw()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user