Skip to content

Commit

Permalink
Switch to newer progress API
Browse files Browse the repository at this point in the history
This is required after ff5abf3 in SWUpdate.

Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Mar 28, 2022
1 parent a52b3d3 commit cd334d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SWUpdateGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,8 @@ local progtask = exec.run(function()
local ui = require "tek.ui"
local sw = require "lua_swupdate"
prog = sw:progress()
fd, err = prog:connect()
if not fd then print(err) end
exec.sendmsg("*p", "Test")

while true do
Expand Down

0 comments on commit cd334d1

Please sign in to comment.