remove red herring FIXME from get_dirs_var_from_call()
This commit is contained in:
parent
a8f9c90163
commit
5ade200a35
|
@ -87,7 +87,7 @@ impl Command for NuCheck {
|
||||||
&path_str.item,
|
&path_str.item,
|
||||||
engine_state,
|
engine_state,
|
||||||
stack,
|
stack,
|
||||||
get_dirs_var_from_call(stack, call), // FIXME
|
get_dirs_var_from_call(stack, call),
|
||||||
) {
|
) {
|
||||||
Ok(path) => {
|
Ok(path) => {
|
||||||
if let Some(path) = path {
|
if let Some(path) = path {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user