Preserve rg exit code
This commit is contained in:
parent
8bea61cb99
commit
e0d9e05fd4
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ def main() -> None:
|
|||
write_hyperlink(write, in_result, line)
|
||||
else:
|
||||
write(line)
|
||||
raise SystemExit(p.wait())
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue