f
This commit is contained in:
@@ -453,13 +453,14 @@ class Get_Url(Cmdlet):
|
||||
# Use overlay mode to avoid "merging" with the previous status/table state.
|
||||
# This is idiomatic for detail views and prevents the search table from being
|
||||
# contaminated by partial re-renders.
|
||||
ctx.set_last_result_table_overlay(table if items else None, items, subject=result)
|
||||
ctx.set_last_result_table_overlay(table, items, subject=result)
|
||||
|
||||
# Emit items at the end for pipeline continuity
|
||||
for item in items:
|
||||
ctx.emit(item)
|
||||
|
||||
if not items:
|
||||
# Still log it but the panel will show the item context
|
||||
log("No url found", file=sys.stderr)
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user