Skip to content

Commit 06c2150

Browse files
stonedJJ
authored andcommitted
Fix example's output
1 parent 4b77fa4 commit 06c2150

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Proc.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ if the process it ran exited unsuccessfully.
165165
166166
=for code :skip-test<illustrates exception>
167167
shell 'ls /qqq';
168-
# OUTPUT: «(exit code 1) ls: cannot access '/qqq': No such file or directory␤The spawned command 'ls /qqq' exited unsuccessfully (exit code: 2)␤
169-
n block <unit> at /tmp/3169qXElwq line 1␤␤»
168+
# OUTPUT: «(exit code 1) ls: cannot access '/qqq': No such file or directory␤
169+
# The spawned command 'ls /qqq' exited unsuccessfully (exit code: 2)␤
170+
# in block <unit> at /tmp/3169qXElwq line 1␤␤»
170171
171172
=head2 method spawn
172173

0 commit comments

Comments
 (0)