mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:25:42 +02:00
Make pipeline metadata available to plugins (#13495)
# Description Fixes an issue with pipeline metadata not being passed to plugins.
This commit is contained in:
@ -178,7 +178,7 @@ fn handle_message(
|
||||
id,
|
||||
{
|
||||
"PipelineData": {
|
||||
"Value": return_value
|
||||
"Value": [return_value, null]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user