spawn_with_line_callback: Add missing return

Whoops.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-09-03 19:57:57 +02:00
parent 2b2c230f43
commit ad9e57d0c1
1 changed files with 1 additions and 0 deletions

View File

@ -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