mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ function util.spawn_with_line_callback(cmd, stdout_callback, stderr_callback, do
|
||||||
stderr_callback, step_done, true)
|
stderr_callback, step_done, true)
|
||||||
end
|
end
|
||||||
assert(stdin == nil)
|
assert(stdin == nil)
|
||||||
|
return pid
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Read lines from a Gio input stream
|
--- Read lines from a Gio input stream
|
||||||
|
|
Loading…
Reference in a new issue