Commit 0ac28fda authored by Eric's avatar Eric Committed by Eric_Lee

fix bug

parent a2dae1ca
......@@ -202,6 +202,8 @@ func (h *interactiveHandler) Dispatch(ctx cctx.Context) {
continue
}
}
assets := h.searchAsset(line)
h.displayAssetsOrProxy(assets)
default:
assets := h.searchAsset(line)
h.displayAssetsOrProxy(assets)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment