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