mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:47:43 +02:00
let format access variables also (#1842)
This commit is contained in:
@ -192,7 +192,7 @@ async fn evaluate_invocation(
|
||||
let mut context = Context::basic()?;
|
||||
context.registry = registry.clone();
|
||||
|
||||
let input = InputStream::one(scope.it.clone());
|
||||
let input = InputStream::empty();
|
||||
|
||||
let result = run_block(&block, &mut context, input, &scope.clone()).await?;
|
||||
|
||||
|
Reference in New Issue
Block a user