You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this line, where the command spawn takes command: block as an argument, but according to the error, "blocks are not supported as values," and rather one should "use 'closure' instead of 'block.'" But changing that line to command: closure also fails, with "cannot convert closure to a string."
I'm on nu 0.84.0.
The text was updated successfully, but these errors were encountered:
See this line, where the command
spawn
takescommand: block
as an argument, but according to the error, "blocks are not supported as values," and rather one should "use 'closure' instead of 'block.'" But changing that line tocommand: closure
also fails, with "cannot convert closure to a string."I'm on nu 0.84.0.
The text was updated successfully, but these errors were encountered: