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 4b77fa4 commit 06c2150Copy full SHA for 06c2150
doc/Type/Proc.pod6
@@ -165,8 +165,9 @@ if the process it ran exited unsuccessfully.
165
166
=for code :skip-test<illustrates exception>
167
shell 'ls /qqq';
168
-# OUTPUT: «(exit code 1) ls: cannot access '/qqq': No such file or directoryThe spawned command 'ls /qqq' exited unsuccessfully (exit code: 2)
169
-n block <unit> at /tmp/3169qXElwq line 1»
+# OUTPUT: «(exit code 1) ls: cannot access '/qqq': No such file or directory
+# The spawned command 'ls /qqq' exited unsuccessfully (exit code: 2)
170
+# in block <unit> at /tmp/3169qXElwq line 1»
171
172
=head2 method spawn
173
0 commit comments