forked from extern/nushell
Don't compute 'did you mean' suggestions unless showing them to user (#6540)
This commit is contained in:
@ -336,7 +336,7 @@ fn get_converted_value(
|
||||
val: block_id,
|
||||
span: from_span,
|
||||
..
|
||||
}) = env_conversions.follow_cell_path(path_members, false)
|
||||
}) = env_conversions.follow_cell_path_not_from_user_input(path_members, false)
|
||||
{
|
||||
let block = engine_state.get_block(block_id);
|
||||
|
||||
|
Reference in New Issue
Block a user