We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|
1 parent 0b97c5e commit 97fd781Copy full SHA for 97fd781
modules/background_task/task.nu
@@ -52,6 +52,7 @@ export def spawn [
52
(
53
view source $command
54
| str trim --left --char "{"
55
+ | str trim --left --char "|"
56
| str trim --right --char "}"
57
)
58
| save --force $source_path
0 commit comments