spawn_with_line_callback: Add missing return
Whoops. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
2b2c230f43
commit
ad9e57d0c1
|
@ -148,6 +148,7 @@ function util.spawn_with_line_callback(cmd, stdout_callback, stderr_callback, do
|
|||
stderr_callback, step_done, true)
|
||||
end
|
||||
assert(stdin == nil)
|
||||
return pid
|
||||
end
|
||||
|
||||
--- Read lines from a Gio input stream
|
||||
|
|
Loading…
Reference in New Issue